FitRExplicitDestination
Overview
FitRExplicitDestination is a class in Aspose.PDF FOSS for .NET.
Inherits from: ExplicitDestination.
FitR rectangle destination (/FitR).
This class provides 5 methods for working with FitRExplicitDestination objects in .NET programs.
Available methods include: CreateDestination, FitRExplicitDestination, ToString.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Bottom, Left, Page, PageNumber, Right, Top, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Left | double | Read | Gets the left. |
Bottom | double | Read | Gets the bottom. |
Right | double | Read | Gets the right. |
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 |
|---|---|
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double) | Calls FitRExplicitDestination on this FitRExplicitDestination instance. |
FitRExplicitDestination(pageNumber: int, left: double, bottom: double, right: double, top: double) | |
FitRExplicitDestination(document: Document, pageNumber: int, left: double, bottom: double, right: double, top: double) | |
ToString() | Calls ToString on this FitRExplicitDestination instance. |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | Factory: create the concrete destination subclass for type on pageNumber. |