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
| Name | Type | Access | Description |
|---|---|---|---|
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 |
|---|---|
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. |