PdfPageEditor.PageRotations

PdfPageEditor.PageRotations property

A hashtable contains the page number and rotation degree, the key represents the page number, the value of key represents the rotation in degrees.

public Dictionary<int, int> PageRotations { get; set; }

See Also