DestinationTypeFitR 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 the rectangle specified by the coordinates left, bottom, right, and top 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 rectangle within the window in the other dimension.
Inheritance Hierarchy

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

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 DestinationTypeFitR : DestinationType

The DestinationTypeFitR type exposes the following members.

Constructors

  NameDescription
Public methodDestinationTypeFitR
Initializes a new instance of the DestinationTypeFitR class.
Public methodDestinationTypeFitR(Double, Double, Double, Double)
Initializes a new instance of the DestinationTypeFitR 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