Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic bool Remove(
PdfBasicObject item
)
Public Function Remove (
item As PdfBasicObject
) As Boolean
Parameters
- item PdfBasicObject
- The PdfBasicObject to remove from the PdfArray.
Return Value
Boolean if
item is successfully removed; otherwise,
.
This method also returns
if
item was not found in the
PdfArray.
Implements
ICollectionTRemove(T)
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | The current PdfArray is read-only
(IsReadOnly returns ). |
See Also