FitHExplicitDestination
Overview
FitHExplicitDestination is a class in Aspose.PDF FOSS for .NET.
Inherits from: ExplicitDestination.
Fit horizontally at /Top (/FitH).
This class provides 5 methods for working with FitHExplicitDestination objects in .NET programs.
Available methods include: CreateDestination, FitHExplicitDestination, 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 |
|---|---|
FitHExplicitDestination(page: Page, top: double) | Calls FitHExplicitDestination on this FitHExplicitDestination instance. |
FitHExplicitDestination(pageNumber: int, top: double) | |
FitHExplicitDestination(document: Document, pageNumber: int, top: double) | |
ToString() | Calls ToString on this FitHExplicitDestination instance. |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | Factory: create the concrete destination subclass for type on pageNumber. |