FitRExplicitDestination

FitRExplicitDestination

Overview

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

FitR explicit destination — fit specified rectangle within window.

Properties

NameTypeAccessDescription
leftdoubleRead
bottomdoubleRead
rightdoubleRead
topdoubleRead
pagePageReadReturns the target page.
pageNumberintReadReturns the 1-based page number.

Methods

SignatureDescription
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double)
getLeft()double
getBottom()double
getRight()double
getTop()double
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