THPDFArrayObject.SetIndexedItem Method
Sets indexed item state for subsequent low-level PDF object output. The setting affects later page drawing, page dictionary entries, conformance metadata, or text emission rather than already-written content
Declaration
procedure SetIndexedItem(Index: Integer; ValObject: THPDFObject);
Unit
HPDFObjs
Parameters
| Name | Purpose |
|---|---|
Index | Zero-based index or object index used to select an existing item |
ValObject | Input used by SetIndexedItem |
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