XYZExplicitDestination
Vue de l’ensemble
‘XYZExplicitDestination’ est une classe dans Aspose.PDF FOSS pour .NET. Inhérents de: ‘ExplicationDestation’.
XYZ explicite destination : afficher la page à position (à gauche, au dessus) avec le facteur de zoom.
Cette classe fournit 7 méthodes pour travailler avec XYZExplicitDestination objets dans les programmes .NET. Les méthodologies disponibles comprennent: ‘CreateDestition’, ‘CréateTestinationsToUpperLeftCorner’, ToString, ‘XYZexpliciteDistition’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de la FOSS Aspose.PDF pour le package .net. Propriétés: `Lef’, ‘Page’, ‘PagesNumber’, ’Top’, ‚Type‘, ‘Zoom’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Left | double | Read | Left coordinate (0 = unchanged). |
Top | double | Read | Top coordinate (0 = unchanged). |
Zoom | double | Read | Zoom factor (0 = unchanged). |
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). |
méthodes
| Signature | Description |
|---|---|
XYZExplicitDestination(page: Page, left: double, top: double, zoom: double) | Create an XYZ destination to a specific page with coordinates. |
XYZExplicitDestination(pageNumber: int, left: double, top: double, zoom: double) | Create an XYZ destination by page number. |
XYZExplicitDestination(document: Document, pageNumber: int, left: double, top: double, zoom: double) | Create an XYZ destination for a page number in the given document (API parity). |
ToString() | Calls ToString on this XYZExplicitDestination instance. |
CreateDestinationToUpperLeftCorner(page: Page) | Build an XYZ destination pointing at the upper-left corner of page. |
CreateDestinationToUpperLeftCorner(page: Page, zoom: double) | Upper-left destination with an explicit zoom factor. |
CreateDestination(page: Page, left: double, top: double, zoom: double, considerRotation: bool) | Build an XYZ destination. |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise