FitBExplicitDestination

FitBExplicitDestination

Overview

FitBExplicitDestination is a class in Aspose.PDF FOSS for Java. Inherits from: ExplicitDestination.

FitB explicit destination — fit page bounding box within window.

This class provides 5 methods for working with FitBExplicitDestination objects in Java programs. Available methods include: FitBExplicitDestination, fromPdfArray, getPage, getPageNumber, toPdfArray. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: page, pageNumber.

Properties

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

Methods

SignatureDescription
FitBExplicitDestination(page: Page)
toPdfArray()PdfArray
getPage()PageReturns the target page.
getPageNumber()intReturns the 1-based page number.
fromPdfArray(arr: PdfArray, doc: Document)ExplicitDestinationParses an ExplicitDestination from a PDF array.

See Also

 English