THotPDF.SetLoadedFormFieldNameValuePairs Method

Method summary: THotPDF.SetLoadedFormFieldNameValuePairs Method

Declaration

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

Unit

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