DestinationTypeFitB Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This type of destination display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelDestinationType
    Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelDestinationTypeFitB

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class DestinationTypeFitB : DestinationType

The DestinationTypeFitB type exposes the following members.

Constructors

  NameDescription
Public methodDestinationTypeFitB
Initializes a new instance of the DestinationTypeFitB class.
Top
Properties

  NameDescription
Public propertyBottom
Gets the bottom.
(Inherited from DestinationType.)
Public propertyLeft
Gets the left.
(Inherited from DestinationType.)
Public propertyRight
Gets the right.
(Inherited from DestinationType.)
Public propertyTop
Gets the top.
(Inherited from DestinationType.)
Public propertyType
Gets destinathion type.
(Inherited from DestinationType.)
Public propertyZoom
Gets the zoom.
(Inherited from DestinationType.)
Top
See Also

Reference