DestinationTypeFitBV Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This type of destination display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. A null value for left specifies that the current value of that parameter shall be retained unchanged.
Inheritance Hierarchy

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

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

The DestinationTypeFitBV type exposes the following members.

Constructors

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