Applies to
PDFFormField objects, and PDFFormFieldGroup
Description
Gets or sets the display mode of the PDFFormField object.
Data type
PDFFormFieldDisplay. It is an enumerated datatype, which has the following values:
-
PDFFormFieldDisplay_Visible!. This value means that PDFFormField object is visible in both the view and printout.
-
PDFFormFieldDisplay_Hidden!. This value means that PDFFormField object is hidden in both the view and printout.
-
PDFFormFieldDisplay_NoView! . This value means that PDFFormField object is hidden in the view but visible in the printout.
-
PDFFormFieldDisplay_NoPrint! . This value means that PDFFormField object is visible in the view but hidden in the printout.
Usage
In scripts
This example shows how to set the display of the PDFFormFieldGroup lpdf_group as noprint:
lpdf_group.display = PDFFormFieldDisplay_NoPrint!