PdfPageRotate Property Terminal Works - PDF Printing.Net Library
Gets or sets the /Rotate entry of the PDF page. The value is the number of degrees by which the page should be rotated clockwise when displayed or printed. The value must be a multiple of 90. TODO: Next statement is not correct: PDFEdit does not set this value, but for imported pages this value can be set and must be taken into account when adding graphic to such a page.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public int Rotate { get; set; }

Property Value

Type: Int32
See Also

Reference