Click or drag to resize

PdfListWidgetItemCollection Add Method

Inserts an item at the end of the collection.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int Add(
	PdfListWidgetItem widgetItem
)

Parameters

widgetItem
Type: Spire.Pdf.Widget PdfListWidgetItem
a object to be added to collection.

Return Value

Type: Int32
The index of item.
See Also