FitRExplicitDestination
Översikt
FitRExplicitDestination är en klass i Aspose.PDF FOSS för .NET. ärvt från: ExplicitDestination.
FITR rektangulär destination (FitR).
Denna klass ger 5 metoder för att arbeta med FitRExplicitDestination objekt i .NET-program. Tillgängliga metoder inkluderar: CreateDestination, FitRExplicitDestination, ToString. Alla offentliga medlemmar är tillgängliga för alla .NET-applikationer efter att ha installerat Aspose.PDF FOSS för .Net-paketet. och egenskaper: Bottom, Left, Page, PageNumber, Right, Top,Och 1 mer.
ägodelar
| Namn | Typ av | Access | Beskrivning |
|---|---|---|---|
Left | double | Läsning | Få vänster till. |
Bottom | double | Läsning | Få ner botten. |
Right | double | Läsning | får rätt. |
Top | double | Läsning | får topp. |
PageNumber | int | Läsning | Målsidan nummer (1 baserad). |
Type | string | Läsning | Destinationstypnamn (Fit, XYZ, FitH etc.). |
Page | Page? | Läsning | Målsidan (API parity) är en målsida. |
Metoder
| Signature | Beskrivning |
|---|---|
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double) | Kalla FitRExplicitDestination på denna FitRexplicidDestation instans. |
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() | Kalla ToString på detta FitRExplicitDestination instans. |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | Fabrik: Skapa den konkreta destinationsklass för typ på sidanNumret. |