Click or drag to resize

PdfFieldCollectionFind Method

Searches for the first PdfField with the specified name.

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

Parameters

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

Return Value

Type: PdfField
The first found PdfField with the specified name; otherwise null
See Also