Click or drag to resize

PdfObjectCollection.Remove Method

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

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

Parameters

item
Type: RadPdf.Data.Document.Objects.PdfObject
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

ICollection<T>.Remove(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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!