Rotate

Page.Rotate property

الحصول على تدوير الصفحة أو تعيينه.

public Rotation Rotate { get; set; }

أمثلة

مثال يوضح كيفية تحديد تدوير الصفحة.

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

أنظر أيضا