Method AddItems
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddItems(PdfListItem[])
Adds the specified items to the list box.
public void AddItems(PdfListItem[] items)
Parameters
items
PdfListItem[]The items to add.
AddItems(IEnumerable<PdfListItem>)
Adds the specified items to the list box.
public void AddItems(IEnumerable<PdfListItem> items)
Parameters
items
IEnumerable<PdfListItem>The collection of items to add.