PdfListBox.AddItems Method (PdfListItem[])

Adds the specified items to the list box.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void AddItems(
	PdfListItem[] items
)
VB
Public Sub AddItems ( 
	items As PdfListItem()
)

Parameters

items
Type: BitMiracle.Docotic.Pdf.PdfListItem[]
The items to add.

See Also