Click or drag to resize

PdfFieldCollectionFindAll Method

Searches for all PdfFields 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 PdfFieldCollection FindAll(
	string name
)

Parameters

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

Return Value

Type: PdfFieldCollection
All PdfFields found with the specified name; otherwise null
See Also