XYZExplicitDestination

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:AccessAçıklama:
LeftdoubleOku .Sol koordinat (0 = değişmedi).
TopdoubleOku .En üst koordinat (0 = değişmez).
ZoomdoubleOku .Zoom faktörü (0 = değişmez).
PageNumberintOku .Hedef sayfa numarası (1-baslı).
TypestringOku .Hedef tip adı (Fit, XYZ, FitH vb.).
PagePage?Oku .Hedef sayfa (API eşitliği).

Yöntemler

SignatureAçı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.

Ayrıca bakınız:

 Türkçe