THotPDF.GetLoadedFormFieldNames Method

Gets a list of names for all existing Form Fields in the loaded PDF document.

Declaration

function GetLoadedFormFieldNames: THPDFAnsiStringArray;

Unit

HPDFDoc

Return value

返回一个 THPDFAnsiStringArray,包含了文档中每个表单控件对应名称的字符串数组。

Usage notes

Related APIs