Click or drag to resize

FormFieldDataCollectionGetAll Method

Gets all FormFieldData instances associated with form fields with the specified name.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IEnumerable<FormFieldData> GetAll(
	string name
)

Parameters

name  String
The name of the form field.

Return Value

IEnumerableFormFieldData
A sequence of all FormFieldData instances associated with form fields with the specified name.
See Also