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
)
Public Function Add (
widgetItem As PdfListWidgetItem
) As Integer
public:
int Add(
PdfListWidgetItem^ widgetItem
)
member Add :
widgetItem : PdfListWidgetItem -> int
Parameters
-
widgetItem
-
Type:
Spire.Pdf.Widget
PdfListWidgetItem
a object to be added to collection.
Return Value
Type:
Int32
The index of item.
See Also