Back to Devexpress

PdfAcroFormVisualField.Rotation Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformvisualfield-c8fa7584.md

latest1.5 KB
Original Source

PdfAcroFormVisualField.Rotation Property

Specifies the rotation to apply to interactive form field.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAcroFormFieldRotation Rotation { get; set; }
vb
Public Property Rotation As PdfAcroFormFieldRotation

Property Value

TypeDescription
PdfAcroFormFieldRotation

A PdfAcroFormFieldRotation enumeration value that represents the degree by which a form field is rotated counterclockwise relative to the page.

|

Available values:

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.

|

See Also

PdfAcroFormVisualField Class

PdfAcroFormVisualField Members

DevExpress.Pdf Namespace