FitExplicitDestination Class
Represents explicit destination that displays the page with its contents magnified just enough to fit the entire page 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 page within the window in the other dimension.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class FitExplicitDestination : ExplicitDestination

The FitExplicitDestination type exposes the following members.

Constructors
  NameDescription
Public methodFitExplicitDestination(Int32)
Creates remote explicit destination.
Public methodFitExplicitDestination(Page)
Creates local explicit destination.
Public methodFitExplicitDestination(Document, Int32) Obsolete.
Creates remote explicit destination.
Properties
  NameDescription
Public propertyPage
Gets the destination page object
(Inherited from ExplicitDestination.)
Public propertyPageNumber
Gets the destination page number
(Inherited from ExplicitDestination.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts the object state into string value. Example: "1 Fit".
(Overrides ExplicitDestinationToString.)
See Also