THotPDF.GetLoadedFormFieldOptions Method

Returns the list of export values for all options in a loaded PDF form field as an array of strings

Declaration

function GetLoadedFormFieldOptions(FieldIndex: Integer): THPDFAnsiStringArray;

Unit

HPDFDoc

Parameters

NamePurpose
FieldIndexThe zero-based index of the target form field

Return value

返回 THPDFAnsiStringArray,包含该字段所有选项的导出值;若字段无选项则返回空数组

Usage notes

Related APIs