ExplicitDestination

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

NameTypeAccessDescription
pagePageReadReturns the target page.
pageNumberintReadReturns the 1-based page number.

Methods

SignatureDescription
getPage()PageReturns the target page.
getPageNumber()intReturns the 1-based page number.
toCOSArray()COSArrayConverts this destination to a COS array for serialization.
fromCOSArray(arr: COSArray, doc: Document)ExplicitDestinationParses an ExplicitDestination from a COS array.

See Also