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
)
Public Function Add (
item As PdfListFieldItem
) As Integer
public:
int Add(
PdfListFieldItem^ item
)
member Add :
item : PdfListFieldItem -> int
Parameters
-
item
-
Type:
Spire.Pdf.Fields
PdfListFieldItem
Theobject which to be added in the collection.
Return Value
Type:
Int32
item
See Also