Click or drag to resize

PdfTypeArrayRemove Method

Removes the first occurrence of a specific object from the Array.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool Remove(
	PdfTypeBase item
)

Parameters

item  PdfTypeBase
The object to remove from the Array.

Return Value

Boolean
true if item was successfully removed from the Array; otherwise, false. This method also returns false if item is not found in the original Array.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also