Click or drag to resize

PdfFieldCollectionFind Method

Searches for the first PdfField with the specified name.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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