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