FitRExplicitDestination
Overview
FitRExplicitDestination is a class in Aspose.Pdf FOSS for Java.
Inherits from: ExplicitDestination.
FitR explicit destination — fit specified rectangle within window.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
left | double | Read | |
bottom | double | Read | |
right | double | Read | |
top | double | Read | |
page | Page | Read | Returns the target page. |
pageNumber | int | Read | Returns the 1-based page number. |
Methods
| Signature | Description |
|---|---|
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double) | |
getLeft() → double | |
getBottom() → double | |
getRight() → double | |
getTop() → double | |
toCOSArray() → COSArray | |
getPage() → Page | Returns the target page. |
getPageNumber() → int | Returns the 1-based page number. |
fromCOSArray(arr: COSArray, doc: Document) → ExplicitDestination | Parses an ExplicitDestination from a COS array. |