Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAcroFormFieldRotation Enum

Specifies the rotation to apply to a form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public enum PdfAcroFormFieldRotation

Members

Name Description
Rotate0

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

Rotate90

Rotate the form field clockwise by 90 degrees.

Rotate180

Rotate the form field clockwise by 180 degrees.

Rotate270

Rotate the form field clockwise by 270 degrees.

Remarks

Values listed by this enumeration are used to set the PdfAcroFormVisualField.Rotation and PdfGraphicsAcroFormField.Rotation properties.

See Also