FormFields

IDocumentInfo.FormFields property

Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types.

public IList<FormFieldSignature> FormFields { get; }

See Also