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
| Name | Type | Access | Description |
|---|---|---|---|
Left | double | Read | Gets the left. |
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 |
|---|---|
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. |