IDocumentInfoFormFields Property |
Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 20.11.0.0 (20.11)
SyntaxIList<FormFieldSignature> FormFields { get; }
ReadOnly Property FormFields As IList(Of FormFieldSignature)
Get
property IList<FormFieldSignature^>^ FormFields {
IList<FormFieldSignature^>^ get ();
}
abstract FormFields : IList<FormFieldSignature> with get
Property Value
Type:
IListFormFieldSignature
See Also