Applies to
PDFFormField objects, and PDFFormFieldGroup
Description
Gets or sets the orientation of the content in the PDFFormField or PDFFormFieldGroup object.
Data type
PDFFormFieldOrientation. It is an enumerated datatype, which has the following values:
-
PDFFormFieldOrientation_North!
-
PDFFormFieldOrientation_West!
-
PDFFormFieldOrientation_South!
-
PDFFormFieldOrientation_East!
Usage
In scripts
This example shows how to set the orientation of the content in a PDFFormFieldGroup object:
lpdf_group.orientation =PDFFormFieldOrientation_North!