Rotate

Page.Rotate property

Sayfanın dönüşünü alır veya ayarlar.

public Rotation Rotate { get; set; }

Örnekler

Örnek, sayfa rotasyonunun nasıl belirleneceğini gösterir.

Document document = new Document("sample.pdf");
Console.WriteLine(document.Pages[1].Rotate);

Ayrıca bakınız