FitExplicitDestination

FitExplicitDestination

Overview

FitExplicitDestination is a class in Aspose.Pdf FOSS for Java. Inherits from: ExplicitDestination.

Fit explicit destination — display page scaled to fit entirely within window.

Properties

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

Methods

SignatureDescription
FitExplicitDestination(page: Page)
toCOSArray()COSArray
getPage()PageReturns the target page.
getPageNumber()intReturns the 1-based page number.
fromCOSArray(arr: COSArray, doc: Document)ExplicitDestinationParses an ExplicitDestination from a COS array.

See Also