Click or drag to resize

PdfFieldCollectionRemove 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: 3.44.0.0 (3.44.0.0)
Syntax
public bool Remove(
	PdfField item
)

Parameters

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

ICollectionTRemove(T)
Remarks

PdfField elements with the same name as PdfField elements and which have IsLocked set to true will also be removed.

See Also