FormFieldDataCollectionGetAll Method |
Gets all
FormFieldData instances associated with
form fields with the specified name.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public IEnumerable<FormFieldData> GetAll(
string name
)
Public Function GetAll (
name As String
) As IEnumerable(Of FormFieldData)
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