ExplicitDestination
Overview
ExplicitDestination is a class in Aspose.Pdf FOSS for Java.
Inherits from: IAppointment.
Abstract base for explicit destinations (ISO 32000-1:2008, §12.3.2.2, Table 151).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
page | Page | Read | Returns the target page. |
pageNumber | int | Read | Returns the 1-based page number. |
Methods
| Signature | Description |
|---|---|
getPage() → Page | Returns the target page. |
getPageNumber() → int | Returns the 1-based page number. |
toCOSArray() → COSArray | Converts this destination to a COS array for serialization. |
fromCOSArray(arr: COSArray, doc: Document) → ExplicitDestination | Parses an ExplicitDestination from a COS array. |