THPDFDictionaryObject.AddValue Method
Adds value data to the low-level PDF object workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps
Declaration
procedure AddValue(Key: AnsiString; Value: THPDFObject);
Unit
HPDFObjs
Parameters
| Name | Purpose |
|---|---|
Key | Input used by AddValue |
Value | Input used by AddValue |
Return value
This member does not return a value
Usage notes
- Use this API in the low-level PDF object workflow before the affected page, resource, field, or catalog object is finalised
- Keep object names, field names, resource names, and returned handles stable until the document is finalised