FitBHExplicitDestination

FitBHExplicitDestination

Overview

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

FitBH destination (/FitBH) — fit bounding box horizontally at Top.

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

Properties

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

Methods

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

See Also