PdfListItemCollection
Remove Method
|
Removes the specified item from the list.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
PdfListItem item
)
Public Sub Remove (
item As PdfListItem
)
public:
void Remove(
PdfListItem^ item
)
member Remove :
item : PdfListItem -> unit
Parameters
-
item
-
Type:
Spire.Pdf.Lists
PdfListItem
The specified item.
See Also