Enum PdfPageRotation
PageRotation setting of a PDF page
Namespace: IronPdf.Rendering
Assembly: IronPdf.dll
Syntax
public enum PdfPageRotation
Fields
Name | Description |
---|---|
Clockwise180 | Page is rotate 180 degrees clockwise |
Clockwise270 | Page is rotated 270 degrees clockwise |
Clockwise90 | Page is rotated 90 degrees clockwise |
None | Page is not rotated |