Method AddItem
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddItem(PdfListItem)
Adds the specified item to the combo box.
public void AddItem(PdfListItem item)
Parameters
itemPdfListItemThe item to add.
AddItem(string)
Adds the specified item to the combo box.
public void AddItem(string text)
Parameters
textstringThe text to be displayed as the name of the item to add.