Click or drag to resize

PdfFieldCollection.Remove Method (PdfField)

Removes the first occurrence of a specific PdfField from the PdfFieldCollection.

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

Parameters

item
Type: RadPdf.Data.Document.Objects.FormFields.PdfField
The PdfField to remove from the PdfObjectCollection

Return Value

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

Implements

ICollection<T>.Remove(T)
Remarks

PdfField elements with the same name as PdfField elements 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!