Back to Devexpress

PdfCheckBoxFormFieldFacade Properties

officefileapi-devexpress-dot-pdf-dot-pdfcheckboxformfieldfacade-dot-underscore-properties.md

latest2.6 KB
Original Source

PdfCheckBoxFormFieldFacade Properties

Contains a set of properties used to manage check box form fields without access to their inner structure.

NameDescription
AcroFormRetrieves the AcroForm that contains the form field. Inherited from PdfFormFieldFacade.
ExportGets or sets whether to export the form field if it is associated with a Submit A Form action. Inherited from PdfFormFieldFacade.
FieldRetrieves field’s inner properties. Inherited from PdfFormFieldFacade<TWidget, TField>.
FlagsGets or sets the form field flags. Inherited from PdfFormFieldFacade.
FullNameGets the form field’s full name. Inherited from PdfFormFieldFacade.
IsCheckedGets or sets whether a check box is checked.
ReadOnlyGets or sets whether the form field is read-only. Inherited from PdfFormFieldFacade.
RequiredGets or sets whether to force users to complete the form field. Inherited from PdfFormFieldFacade.
ToggleToOffGets or sets whether to select one check box at all times.
TypeGets the form field type.
WidgetsRetrieves properties of each annotation widget related to the form field. Inherited from PdfFormFieldFacade<TWidget, TField>.

See Also

PdfCheckBoxFormFieldFacade Class

PdfCheckBoxFormFieldFacade Members

DevExpress.Pdf Namespace