FitBVExplicitDestination

FitBVExplicitDestination

Overview

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

FitBV destination (/FitBV) — fit bounding box vertically at Left.

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

Properties

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

Methods

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

See Also