PdfComboBox.AddItems Method (IEnumerable(PdfListItem))

Adds the specified items to the combo box.

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

Syntax

C#
public void AddItems(
	IEnumerable<PdfListItem> items
)
VB
Public Sub AddItems ( 
	items As IEnumerable(Of PdfListItem)
)

Parameters

items
Type: System.Collections.Generic.IEnumerable<PdfListItem>
The collection of items to add.

See Also