THotPDF.SetLoadedFormFieldNameValuePairs Method
Yöntem özeti: THotPDF.SetLoadedFormFieldNameValuePairs Method
Bildirim
function SetLoadedFormFieldNameValuePairs(AValues: TStrings; IgnoreUnknownFields: boolean= False): Integer;
Birim
HPDFDoc
Parametreler
| Ad | Amaç |
|---|---|
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 |
Dönüş değeri
Returns the number of fields updated
Kullanım notları
- Each entry must have a non-empty field name before the first equals sign
- Pass a non-nil TStrings instance owned by the caller
İlgili API'ler
- THotPDF
- THPDFPage
- İçindekiler