IPDFDocumentGetFieldNames 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
)
Function GetFieldNames (
file As String
) As String()
Parameters
- file
- Type: SystemString
The file from which to get the field names.
Return Value
Type:
StringA string array of field names.
See Also