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
| Name | Type | Access | Description |
|---|---|---|---|
Top | double | Read | Gets the top. |
PageNumber | int | Read | Target page number (1-based). |
Type | string | Read | The destination type name (Fit, XYZ, FitH, etc). |
Page | Page? | Read | The target page (API parity). |
Methods
| Signature | Description |
|---|---|
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. |