DestinationTypeFitBH Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This type of destination display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. A null value for top 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.DocumentLevelDestinationTypeFitBH

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

The DestinationTypeFitBH type exposes the following members.

Constructors

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