Click or drag to resize

PdfFieldCollectionExists Method

Determines whether a PdfField with the specified name exists.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Exists(
	string name
)

Parameters

name
Type: SystemString
The fully qualified field name to search for in this PdfFieldCollection

Return Value

Type: Boolean
true if a PdfField with the specified name exists; otherwise false
See Also