THPDFArrayObject.AddObject Method
Adds object 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 AddObject(ValObject: THPDFObject);
Unit
HPDFObjs
Parameters
| Name | Purpose |
|---|---|
ValObject | Input used by AddObject |
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