ExplicitDestination
Overview
ExplicitDestination är en klass i Aspose.PDF FOSS för .NET. ärvt från: IAppointment.
Representerar en uttrycklig destination i ett PDF-dokument (t.ex.
Denna klass ger 4 metoder för att arbeta med ExplicitDestination objekt i .NET-program. Tillgängliga metoder inkluderar: CreateDestination, 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: Page, PageNumber, Type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PageNumber | int | Read | Målsidan nummer (1 baserad). |
Type | string | Read | Destinationstypnamn (Fit, XYZ, FitH etc.). |
Page | Page? | Read | Målsidan (API parity) är en målsida. |
Methods
| Signature | Description |
|---|---|
ToString() | Kalla ToString på detta ExplicitDestination instans. |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | Fabrik: Skapa den konkreta destinationsklass för typ på sidanNumret. |
CreateDestination(page: Page, type: ExplicitDestinationType, values: double[]) | Fabrik: Skapa destination på sidan. |
CreateDestination(doc: Document, pageNumber: int, type: ExplicitDestinationType, values: double[]) | Fabrik: Skapa destination på sidanNumret inom doc. |