FitBHExplicitDestination

FitBHExplicitDestination

Overview

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

FitBH explicit destination — fit bounding box width, position at top.

Properties

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

Methods

SignatureDescription
FitBHExplicitDestination(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