PdfListItemCollection
Add Method (PdfListItem)
|
Adds the specified item.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int Add(
PdfListItem item
)
Public Function Add (
item As PdfListItem
) As Integer
public:
int Add(
PdfListItem^ item
)
member Add :
item : PdfListItem -> int
Parameters
-
item
-
Type:
Spire.Pdf.Lists
PdfListItem
The item.
Return Value
Type:
Int32
The item index in collection.
See Also