Click or drag to resize

PdfListFieldItemCollection Add Method

Adds the specified item in the collection.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int Add(
	PdfListFieldItem item
)

Parameters

item
Type: Spire.Pdf.Fields PdfListFieldItem
Theobject which to be added in the collection.

Return Value

Type: Int32
item
See Also