Adds the specified item in the collection.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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
Int32item