THotPDF.SetLoadedFormFieldNameValuePairs Method
方法摘要: THotPDF.SetLoadedFormFieldNameValuePairs Method
声明
function SetLoadedFormFieldNameValuePairs(AValues: TStrings; IgnoreUnknownFields: boolean= False): Integer;
单元
HPDFDoc
参数
| 名称 | 用途 |
|---|---|
AValues | Caller-owned collection containing name=value entries |
IgnoreUnknownFields | True to skip unknown field names or False to raise an exception for the first unknown name |
返回值
Returns the number of fields updated
使用说明
- Each entry must have a non-empty field name before the first equals sign
- Pass a non-nil TStrings instance owned by the caller
相关 API
- THotPDF
- THPDFPage
- 目录