DynaPDF Manual - Page 407

Previous Page 406   Index   Next Page 408

Function Reference
Page 407 of 839
Flag
Description
ffNoExport
If set, the field must not be exported by a submit-form action (see
CtreateSubmitAction() for further information). Supported by all fields
except group fields.
ffMultiline
If set, the field may contain multiple lines of text; if clear, the field’s text
is restricted to a single line. Supported by button fields, text fields.
ffPassword
If set, the field is intended for entering a secure password that should not
be echoed visibly to the screen. Characters typed from the keyboard
should instead be echoed in some unreadable form, such as asterisks or
bullet characters. To protect password confidentiality, the value of the
text field is not stored in the PDF file if this flag is set. Supported by text
fields only.
ffNoToggleToOff
If set, exactly one radio button must be selected at all times; clicking the
currently selected button has no effect. If clear, clicking the selected
button deselects it, leaving no button selected. Supported by radio button
fields only.
ffEdit
If set, the combo box includes an editable text box as well as a drop list; if
clear, it includes only a drop list. Supported by combo boxes only.
ffSorted
If set, the field values are sorted in ascending order. Supported by combo
boxes and list boxes only.
ffFileSelect
(PDF 1.4) If set, the text entered in the field represents the pathname of a
file whose contents are to be submitted as the value of the field.
Supported by text fields only.
ffMultiSelect
(PDF 1.4) If set, more than one of the field ’s option items may be selected
simultaneously; if clear, no more than one item at a time may be selected.
This flag is supported by list boxes only.
ffDoNotSpellCheck
(PDF 1.4) If set, the text entered to the field will not be spell-checked.
Supported by text fields, combo boxes. If the field type is combo box, this
flag is meaningful only if the flag ffEdit is also set.
 

Previous topic: GetFieldFlags

Next topic: GetFieldGroupType