FitHExplicitDestination

FitHExplicitDestination

Overview

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

FitH explicit destination — fit page width, position at top coordinate.

Properties

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

Methods

SignatureDescription
FitHExplicitDestination(page: Page, top: 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