PdfComboBox.AddItem Method (PdfListItem)

Adds the specified item to the combo box.

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

Syntax

C#
public void AddItem(
	PdfListItem item
)
VB
Public Sub AddItem ( 
	item As PdfListItem
)

Parameters

item
Type: BitMiracle.Docotic.Pdf.PdfListItem
The item to add.

See Also