Adds the specified item in the collection.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int Add(
	PdfListFieldItem item
)
Public Function Add ( 
	item As PdfListFieldItem
) As Integer
public:
int Add(
	PdfListFieldItem^ item
)
member Add : 
        item : PdfListFieldItem -> int 

Parameters

item
PdfListFieldItem
The object which to be added in the collection.

Return Value

Int32
item

See Also