Table of Contents

Method AddItems

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

AddItems(PdfListItem[])

Adds the specified items to the combo box.

public void AddItems(PdfListItem[] items)

Parameters

items PdfListItem[]

The items to add.

AddItems(IEnumerable<PdfListItem>)

Adds the specified items to the combo box.

public void AddItems(IEnumerable<PdfListItem> items)

Parameters

items IEnumerable<PdfListItem>

The collection of items to add.

AddItems(string[])

Adds the specified items to the combo box.

public void AddItems(string[] items)

Parameters

items string[]

The items to add.

AddItems(IEnumerable<string>)

Adds the specified items to the combo box.

public void AddItems(IEnumerable<string> items)

Parameters

items IEnumerable<string>

The collection of items to add.