XYZExplicitDestination
Genel Bakış
XYZExplicitDestination NET için FOSS’de bir sınıf. Mirasçılar: ExplicitDestination.
XYZ açık hedef: sayfayı konumunda (solda, üstte) zoom faktörü ile göster.
Bu sınıf, .NET programlarında XYZExplicitDestination nesnelerle çalışmak için 7 yöntem sağlar. Kullanılabilir yöntemler şunlardır: CreateDestination, CreateDestinationToUpperLeftCorner, ToString, XYZExplicitDestination. Tüm kamu üyeleri, .NET paketi için Aspose.PDF FOSS’u yükledikten sonra herhangi bir NET uygulamasına erişilebilir. Özellikleri: Left, Page, PageNumber, Top, Type, Zoom.
Özellikler
| Adı: | Tip: | Access | Açıklama: |
|---|---|---|---|
Left | double | Oku . | Sol koordinat (0 = değişmedi). |
Top | double | Oku . | En üst koordinat (0 = değişmez). |
Zoom | double | Oku . | Zoom faktörü (0 = değişmez). |
PageNumber | int | Oku . | Hedef sayfa numarası (1-baslı). |
Type | string | Oku . | Hedef tip adı (Fit, XYZ, FitH vb.). |
Page | Page? | Oku . | Hedef sayfa (API eşitliği). |
Yöntemler
| Signature | Açıklama: |
|---|---|
XYZExplicitDestination(page: Page, left: double, top: double, zoom: double) | Koordinatları olan belirli bir sayfaya XYZ hedefi oluşturun. |
XYZExplicitDestination(pageNumber: int, left: double, top: double, zoom: double) | Sayfa numarası ile bir XYZ hedefi oluşturun. |
XYZExplicitDestination(document: Document, pageNumber: int, left: double, top: double, zoom: double) | Verilen belgedeki bir sayfa numarası için XYZ hedef oluşturun (API eşliği). |
ToString() | Bu XYZExplicitDestination örneğinde ToString çağrısı. |
CreateDestinationToUpperLeftCorner(page: Page) | Sayfanın sol üst köşesine işaret eden bir XYZ hedefi oluşturun. |
CreateDestinationToUpperLeftCorner(page: Page, zoom: double) | Üst solda açık bir zoom faktörü olan hedef. |
CreateDestination(page: Page, left: double, top: double, zoom: double, considerRotation: bool) | XYZ’de bir hedef oluşturun. |