Back to Devexpress

PdfAcroFormFieldRotation Enum

officefileapi-devexpress-dot-pdf-5f2f7cc5.md

latest1.3 KB
Original Source

PdfAcroFormFieldRotation Enum

Specifies a form field’s rotation degree.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfAcroFormFieldRotation
vb
Public Enum PdfAcroFormFieldRotation

Members

NameDescription
Rotate0

The form field is not rotated. This is the default value.

| | Rotate90 |

Rotate the form field by 90 degrees.

| | Rotate180 |

Rotate the form field by 180 degrees.

| | Rotate270 |

Rotate the form field by 270 degrees.

|

The following properties accept/return PdfAcroFormFieldRotation values:

See Also

DevExpress.Pdf Namespace