Method AddItem
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddItem(PdfListItem)
Adds the specified item to the list box.
public void AddItem(PdfListItem item)
Parameters
item
PdfListItemThe item to add.
Exceptions
- ArgumentNullException
item
isnull
.
AddItem(string)
Creates new list item with specified text and adds it to the list box.
public void AddItem(string text)
Parameters
text
stringThe text of the item to add.
Exceptions
- ArgumentNullException
text
isnull
.