PdfComboBox Methods

The PdfComboBox type exposes the following members.

Methods

  NameDescription
Public methodAddItem(PdfListItem)
Adds the specified item to the combo box.
Public methodAddItem(String)
Adds the specified item to the combo box.
Public methodAddItems(IEnumerable<PdfListItem>)
Adds the specified items to the combo box.
Public methodAddItems(IEnumerable<String>)
Adds the specified items to the combo box.
Public methodAddItems(PdfListItem[])
Adds the specified items to the combo box.
Public methodAddItems(String[])
Adds the specified items to the combo box.
Public methodClearItems
Removes all items from the combo box.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from PdfWidget.)
Public methodFlatten
Flattens this control to its parent page. In effect, replaces the control with its appearance.
(Inherited from PdfControl.)
Public methodGetHashCode
Serves as a hash function for a this type.
(Inherited from PdfWidget.)
Public methodGetType (Inherited from Object.)
Public methodRotate
Rotates control around top-left control's corner, counter-clockwise, relative to the page. Useful when PdfPage is rotated.
(Inherited from PdfControl.)
Public methodToString
Returns a String that represents this instance.
(Overrides PdfControl.ToString().)

See Also