Click or drag to resize

FormFieldDataCollectionItem Property

Gets the FormFieldData associated with the form field with the specified name or if no form field with the specified name exists in the current range.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public FormFieldData this[
	string name
] { get; }

Parameters

name  String
The name of the form field.

Return Value

FormFieldData
The FormFieldData associated with the form field with the specified name or if no form field with the specified name exists in the current range.
See Also