FitHExplicitDestination
Contents
[
Hide
]FitHExplicitDestination class
Represents explicit destination that displays the 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 the page within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.
The FitHExplicitDestination type exposes the following members:
Constructors
| Name | Description |
|---|---|
| FitHExplicitDestination(page, top) | Initializes a new instance of the FitHExplicitDestination class |
| FitHExplicitDestination(document, page_number, top) | Initializes a new instance of the FitHExplicitDestination class |
| FitHExplicitDestination(page_number, top) | Initializes a new instance of the FitHExplicitDestination class |
Properties
| Name | Description |
|---|---|
| page | Gets the destination page object |
| page_number | Gets the destination page number |
| top | Gets the vertical coordinate top positioned at the top edge of the window. |
Methods
| Name | Description |
|---|---|
| create_destination(page, type, values) | Creates instances of ExplicitDestination descendant classes. |
| create_destination(doc, page_number, type, values) | Creates instances of ExplicitDestination descendant classes. |
| create_destination(page_number, type, values) | Creates instances of ExplicitDestination descendant classes. |
| to_string() | Converts the object state into string value. Example: “1 FitH 100”. |
See Also
- namespace aspose.pdf.annotations
- assembly Aspose.PDF