FitHExplicitDestination
Overview
FitHExplicitDestination is a class in Aspose.PDF FOSS for Java.
Inherits from: ExplicitDestination.
FitH explicit destination — fit page width, position at top coordinate.
This class provides 6 methods for working with FitHExplicitDestination objects in Java programs.
Available methods include: FitHExplicitDestination, fromPdfArray, getPage, getPageNumber, getTop, toPdfArray.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: page, pageNumber, top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
top | double | Read | Gets the top. |
page | Page | Read | Returns the target page. |
pageNumber | int | Read | Returns the 1-based page number. |
Methods
| Signature | Description |
|---|---|
FitHExplicitDestination(page: Page, top: double) | |
getTop() → double | Returns the top. |
toPdfArray() → PdfArray | |
getPage() → Page | Returns the target page. |
getPageNumber() → int | Returns the 1-based page number. |
fromPdfArray(arr: PdfArray, doc: Document) → ExplicitDestination | Parses an ExplicitDestination from a PDF array. |