THotPDF.SetLoadedFormFieldNameValuePairs Method

方法摘要: THotPDF.SetLoadedFormFieldNameValuePairs Method

声明

function SetLoadedFormFieldNameValuePairs(AValues: TStrings; IgnoreUnknownFields: boolean= False): Integer;

单元

HPDFDoc

参数

名称用途
AValuesCaller-owned collection containing name=value entries
IgnoreUnknownFieldsTrue to skip unknown field names or False to raise an exception for the first unknown name

返回值

Returns the number of fields updated

使用说明

相关 API