Class PdfPageRotation
PageRotation setting of a PDF page
Inheritance
System.Object
PdfPageRotation
Namespace: IronPdf.Rendering
Assembly: IronPdf.dll
Syntax
public sealed class PdfPageRotation : Enum
Fields
Clockwise180
Page is rotate 180 degrees clockwise
Declaration
public const PdfPageRotation Clockwise180
Field Value
Type | Description |
---|---|
PdfPageRotation |
Clockwise270
Page is rotated 270 degrees clockwise
Declaration
public const PdfPageRotation Clockwise270
Field Value
Type | Description |
---|---|
PdfPageRotation |
Clockwise90
Page is rotated 90 degrees clockwise
Declaration
public const PdfPageRotation Clockwise90
Field Value
Type | Description |
---|---|
PdfPageRotation |
None
Page is not rotated
Declaration
public const PdfPageRotation None
Field Value
Type | Description |
---|---|
PdfPageRotation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |