VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class
In This Topic
PdfInteractiveFormListBoxField Class Properties
In This Topic
For a list of all properties of this type, see PdfInteractiveFormListBoxField.
Public Properties
 NameDescription
Public PropertyGets or sets the additional actions defining the behavior of the field in response to various trigger events. (Inherited from PdfInteractiveFormField)
Public PropertyGets a widget annotation (visual appearance) of the field. (Inherited from PdfInteractiveFormField)
Public PropertyGets a value indicating whether the field appearance depends from field value. (Inherited from PdfInteractiveFormChoiceField)
Public PropertyGets or sets the maximum font size when font size must be calculated automatically (FontSize set to 0). (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets the minimum font size when font size must be calculated automatically (FontSize set to 0). (Inherited from PdfInteractiveFormField)
Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
Public PropertyGets or sets the default selected item of choice field. (Inherited from PdfInteractiveFormChoiceField)
Public PropertyGets or sets a default selected items of list box field.
Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
Public PropertyGets or sets the field default value.
Public PropertyGets or sets the field value.
Public PropertyGets or sets the text font of the default appearance. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets the font size of the default appearance. (Inherited from PdfInteractiveFormField)
Public PropertyGets a fully qualified name of the field. (Inherited from PdfInteractiveFormField)
Public PropertyGets a value indicating whether this field has a value. (Inherited from PdfInteractiveFormField)
Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
Public PropertyGets a value indicating whether this field is calculated (field Calculate action is not null). (Inherited from PdfInteractiveFormField)
Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
Public PropertyGets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device. (Inherited from PdfInteractiveFormChoiceField)
Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
Public PropertyGets or sets a value indicating whether more than one of the field's option items may be selected simultaneously.
Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
Public PropertyGets or sets a value indicating whether the field must not be exported by a submit-form action. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets a value indicating whether the field is read-only. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets a value indicating whether the field must have a value at the time it is exported by a submit-form action. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets a value indicating whether field's option items should be sorted alphabetically. (Inherited from PdfInteractiveFormChoiceField)
Public PropertyGets or sets a value indicating whether the field is terminal field (leaf node in fields tree). (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets the items as a string array. (Inherited from PdfInteractiveFormChoiceField)
Public PropertyGets or sets a list of items to be presented to the user. (Inherited from PdfInteractiveFormChoiceField)
Public PropertyGets a list of immediate children of the field. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets a mapping field name to be used when exporting interactive form field data from the document. (Inherited from PdfInteractiveFormField)
Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
Public PropertyGets a parent field of the field. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets a partial name of the field. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets a selected item of list box field.
Public PropertyGets or sets an array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.
Public PropertyGets or sets a selected items of list box field.
Public PropertyGets or sets a brush to draw selection of list box.
Public PropertyGets or sets the text color of the default appearance. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets the form of quadding (justification) to be used in displaying the text of the field. (Inherited from PdfInteractiveFormField)
Public PropertyGets or sets the top index for scrollable list boxes.
Public PropertyGets or sets a user interface name of the field. (Inherited from PdfInteractiveFormField)
See Also