PdfCollectionTRemove Method |
Removes the first occurrence of a specific element from the
PdfCollectionT.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
Parameters
- item T
- The element to remove from the PdfCollectionT.
Return Value
Booleantrue if
item is successfully removed; otherwise, false. This method also returns false
if
item was not found in the
PdfCollectionT.
Implements
ICollectionTRemove(T)
See Also