PdfFieldCollectionFindAll Method |
Searches for all
PdfFields with the specified
name.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfFieldCollection FindAll(
string name
)
Public Function FindAll (
name As String
) As PdfFieldCollection
Parameters
- name
- Type: SystemString
The fully qualified field name to search for in this PdfFieldCollection
Return Value
Type:
PdfFieldCollectionAll
PdfFields found with the specified
name; otherwise
nullSee Also