Click or drag to resize

IPDFDocument.GetFieldNames Method

Get the Acrobat form field names of the PDF.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string[] GetFieldNames(
	string file
)

Parameters

file
Type: System.String
The file from which to get the field names.

Return Value

Type:String[]
A string array of field names.
See Also