FitBExplicitDestination

FitBExplicitDestination

Overview

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

Fit-bounding-box destination (/FitB).

This class provides 5 methods for working with FitBExplicitDestination objects in .NET programs. Available methods include: CreateDestination, FitBExplicitDestination, ToString. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Page, PageNumber, Type.

Properties

NameTypeAccessDescription
PageNumberintReadTarget page number (1-based).
TypestringReadThe destination type name (Fit, XYZ, FitH, etc).
PagePage?ReadThe target page (API parity).

Methods

SignatureDescription
FitBExplicitDestination(page: Page)Calls FitBExplicitDestination on this FitBExplicitDestination instance.
FitBExplicitDestination(pageNumber: int)
FitBExplicitDestination(document: Document, pageNumber: int)
ToString()Calls ToString on this FitBExplicitDestination instance.
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[])Factory: create the concrete destination subclass for type on pageNumber.

See Also