Back to Devexpress

PdfTextFormFieldFacade Properties

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

latest3.2 KB
Original Source

PdfTextFormFieldFacade Properties

Contains a set of properties used to manage text form fields without 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.
InputTypeSpecifies the text form field input type.
MaxLengthGets the maximum length of the field’s text, in characters.
MultilineGets or sets whether the text field can contain multiple text lines.
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.
ScrollableGets or sets whether to scroll the text field when the text does not fit the widget rectangle.
SpellCheckGets or sets whether to check spelling in the text form field.
TextJustificationGets or sets how the text is aligned in the form field.
TypeGets the form field type.
ValueGets or sets the form field value.
WidgetsRetrieves properties of each annotation widget related to the form field. Inherited from PdfFormFieldFacade<TWidget, TField>.

See Also

PdfTextFormFieldFacade Class

PdfTextFormFieldFacade Members

DevExpress.Pdf Namespace