Removes the specified item from the list.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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.