FitVExplicitDestination

FitVExplicitDestination

Overview

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

FitV explicit destination — fit page height, position at left coordinate.

Properties

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

Methods

SignatureDescription
FitVExplicitDestination(page: Page, left: double)
getLeft()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