DestinationTypeFitH 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 toppositioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page 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.DocumentLevelDestinationTypeFitH

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

The DestinationTypeFitH type exposes the following members.

Constructors

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