THotPDF.SetLoadedFormFieldNameValuePairs Method
Povzetek metode: THotPDF.SetLoadedFormFieldNameValuePairs Method
Deklaracija
function SetLoadedFormFieldNameValuePairs(AValues: TStrings; IgnoreUnknownFields: boolean= False): Integer;
Unit
HPDFDoc
Parametri
| Name | Namen |
|---|---|
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 |
Vrnjena vrednost
Returns the number of fields updated
Opombe o uporabi
- Each entry must have a non-empty field name before the first equals sign
- Pass a non-nil TStrings instance owned by the caller
Povezani API-ji
- THotPDF
- THPDFPage
- Vsebina