Removes the specified item from the list.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void Remove( PdfListItem item )
Public Sub Remove ( item As PdfListItem )
public: void Remove( PdfListItem^ item )
member Remove : item : PdfListItem -> unit
Parameters
- item
- PdfListItem
The specified item.