THPDFDictionaryObject.FindValue Method
Finds value data in a loaded document. The lookup supports import, page-copy, form, resource, or object-inspection workflows that need to locate existing PDF structures
Declaration
function FindValue(Key: AnsiString): Integer;
Unit
HPDFObjs
Parameters
| Name | Purpose |
|---|---|
Key | Input used by FindValue |
Return value
Returns an Integer 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