'Declaration Public Function Remove( _
ByVal itemThe object to remove from the PdfArray.As PdfBasicObject _
) As Boolean
public bool Remove(
PdfBasicObject item
)
public: bool Remove(
PdfBasicObject* item
)
public:
bool Remove(
PdfBasicObject^ item
)
Parameters
- item
- The object to remove from the PdfArray.
Return Value
True if item is removed successfully; otherwise, false.
This method also returns false if item was not found in the array.
This method also returns false if item was not found in the array.