Click or drag to resize

PdfObjectCollectionRemove Method

Removes the first occurrence of a specific PdfObject from the PdfObjectCollection.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Remove(
	PdfObject item
)

Parameters

item
Type: RadPdf.Data.Document.ObjectsPdfObject
The PdfObject to remove from the PdfObjectCollection

Return Value

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

Implements

ICollectionTRemove(T)
Remarks

PdfField elements with the same name as PdfField elements on this or a different PdfPage and which have IsLocked set to true will also be removed.

See Also