Click or drag to resize
Pdf Library for .NET

PdfPageRotation Enumeration

Standard rotation angles for pdf pages.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public enum PdfPageRotation
Members
  Member nameValueDescription
Rotate_00 0 degrees rotation.
Rotate_9090 90 degrees rotation.
Rotate_180180 180 degrees rotation.
Rotate_270270 270 degrees rotation.
See Also