PdfComboBox.Items Property

Gets the collection of items in the combo box.

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

Syntax

C#
public PdfCollection<PdfListItem> Items { get; }
VB
Public ReadOnly Property Items As PdfCollection(Of PdfListItem)
	Get

Property Value

Type: PdfCollection<PdfListItem>
The collection of items in the combo box.

See Also