FitBVExplicitDestination
Contents
[
Hide
]FitBVExplicitDestination class
Represents explicit destination that displays the 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 is to be retained unchanged.
The FitBVExplicitDestination type exposes the following members:
Constructors
| Name | Description |
|---|---|
| FitBVExplicitDestination(page, left) | Initializes a new instance of the FitBVExplicitDestination class |
| FitBVExplicitDestination(document, page_number, left) | Initializes a new instance of the FitBVExplicitDestination class |
| FitBVExplicitDestination(page_number, left) | Initializes a new instance of the FitBVExplicitDestination class |
Properties
| Name | Description |
|---|---|
| page | Gets the destination page object |
| page_number | Gets the destination page number |
| left | Gets the horizontal coordinate left positioned at the left 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 FitBV 100”. |
See Also
- namespace aspose.pdf.annotations
- assembly Aspose.PDF