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
- Содержание