THotPDF.SetLoadedFormFieldNameValuePairs Method

Applies caller-supplied name=value entries to the current loaded AcroForm and returns the number of fields updated

Declaration

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

الوحدة

HPDFDoc

Parameters

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

Return value

Returns the number of fields updated

Usage notes

Related APIs