Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentProcessor.GetFormFieldNames() Method

Returns a list of interactive field names in a document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public IList<string> GetFormFieldNames()

Returns

Type Description
IList<String>

A collection of String objects that is a list of interactive field names in a document.

See Also