Back to Devexpress

PdfAcroFormListBoxField Methods

officefileapi-devexpress-dot-pdf-dot-pdfacroformlistboxfield-dot-underscore-methods.md

latest7.3 KB
Original Source

PdfAcroFormListBoxField Methods

Represents a list box field.

NameDescription
AddValue(String, String)Adds an item to a combo box and list box using their display and export values. Inherited from PdfAcroFormChoiceField.
AddValue(String)Adds an item to a combo box and list box by their display value. Inherited from PdfAcroFormChoiceField.
AddWidget(PdfRectangle)Adds a widget annotation related to the choice form field (combo box or list box). The widget is added to the page where the form field is located. Inherited from PdfAcroFormChoiceField.
AddWidget(Int32, PdfRectangle)Adds a widget annotation related to the choice form field (combo box or list box). Allows you to specify a page to which the widget should be added. Inherited from PdfAcroFormChoiceField.
ClearSelection()Clears the combo box or list box selection. Inherited from PdfAcroFormChoiceField.
ClearValues()Removes all values to be added to the list box and combo box. Inherited from PdfAcroFormChoiceField.
ClearWidgets()Removes all additional widget annotations. Inherited from PdfAcroFormChoiceField.
CreateCheckBox(String, Int32, PdfRectangle) staticCreates a check box field using the field name, page number, and a rectangle where the check box field will be located on a page. Inherited from PdfAcroFormField.
CreateComboBox(String, Int32, PdfRectangle) staticCreates a combo box field using the field name, page number, and a rectangle where the combo box field will be located on a page. Inherited from PdfAcroFormField.
CreateGroup(String) staticCreates a group form field using the field name. Inherited from PdfAcroFormField.
CreateListBox(String, Int32, PdfRectangle) staticCreates a list box field using the field name, page number and a rectangle where the list box field will be located on a page. Inherited from PdfAcroFormField.
CreateRadioGroup(String, Int32) staticCreates a radio group field using the field name, and page number. Inherited from PdfAcroFormField.
CreateSignature(String, Int32, PdfRectangle) staticCreates a signature field using the field name, page number and a rectangle where a signature field will be located on a page. Inherited from PdfAcroFormField.
CreateTextBox(String, Int32, PdfRectangle) staticCreates a text box field using the field name, page number, and a rectangle where a text box field will be located on a page. Inherited from PdfAcroFormField.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SelectValue(String)Selects an item of a combo box and list box by their export value. Inherited from PdfAcroFormChoiceField.
SetSelected(Int32, Boolean)Sets the specified item’s selection state in combo box and list box fields. Inherited from PdfAcroFormChoiceField.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfAcroFormListBoxField Class

PdfAcroFormListBoxField Members

DevExpress.Pdf Namespace