Click or drag to resize
Pdf Library for .NET

PdfFormFieldListBox Class

Class for a pdf form list box field.
Inheritance Hierarchy
SystemObject
  SelectPdf.FormsPdfFormField
    SelectPdf.FormsPdfFormFieldListBox

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public class PdfFormFieldListBox : PdfFormField

The PdfFormFieldListBox type exposes the following members.

Properties
 NameDescription
Public propertyDisplayPage Field page index (zero-based).
(Inherited from PdfFormField)
Public propertyDisplayRectangle Field rectangle.
(Inherited from PdfFormField)
Public propertyFlatten Gets or sets a value indicating whether to flatten this form field or not.
(Inherited from PdfFormField)
Public propertyFullName Fully qualified name of the pdf form field.
(Inherited from PdfFormField)
Public propertyItems Gets the values of the items in the list box field.
Public propertyItemsCount Gets the number of items in the list box field.
Public propertyMultiSelect Gets or sets a value that indicates if the list box field is multi-selectable or not.
Public propertyName Name of the pdf form field.
(Inherited from PdfFormField)
Public propertyReadOnly Gets or sets a value indicating whether the field is read-only or not.
(Inherited from PdfFormField)
Public propertySelectedIndexes Gets or sets the list of selected items indexes for the list box.
Public propertySelectedValues Gets or sets the list of selected items values for the list box.
Public propertyWidgets The collection of widgets associated with the pdf field.
(Inherited from PdfFormField)
Top
See Also