Skip to main content

PdfDocumentProcessor.GetFormFieldNames() Method

Returns a list of interactive field names in a document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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