PdfListBox.AddItem Method (String)

Creates new list item with specified text and adds it to the list box.

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

Syntax

C#
public void AddItem(
	string text
)
VB
Public Sub AddItem ( 
	text As String
)

Parameters

text
Type: System.String
The text of the item to add.

See Also