FitRExplicitDestination
Overview
FitRExplicitDestination є класом в Aspose.PDF FOSS для .NET. Наследники від: ExplicitDestination.
Мета прямокутного FitR (/FitR).
Цей клас надає 5 методів роботи з об’єктами FitRExplicitDestination в програмах .NET. Доступні методи включають: CreateDestination, FitRExplicitDestination, ToString. Всі публічні члени доступні будь-якій додаткові .NET після встановлення Aspose.PDF FOSS для пакету .Net. Свойства: Bottom, Left, Page, PageNumber, Right, Top, і ще один.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Left | double | Read | Він бере ліву. |
Bottom | double | Read | Він добирається до дна. |
Right | double | Read | Він отримує право. |
Top | double | Read | Він отримує верх. |
PageNumber | int | Read | Номер сторінки-міста (на основі 1). |
Type | string | Read | Назва типу призначення (Fit, XYZ, FitH тощо). |
Page | Page? | Read | Цільова сторінка (паралітет API). |
Methods
| Signature | Description |
|---|---|
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double) | Закликання FitRExplicitDestination на цій інстанції Fit RExPlicit Destinations. |
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() | Покликання ToString на цій інстанції FitRExplicitDestination. |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | Factory: створюйте конкретний підклас призначення для типу на pageNumber. |