Returns some 32-bit integer that is unique for all Dictionary objects.
Copy Code
|
|
---|---|
IG_PDF_dictionary_get_unique_id( HIG_PDF_DICTIONARY hDictionary, LPUINT lpnUniqueId ); |
Name | Type | Description |
---|---|---|
hDictionary | HIG_PDF_DICTIONARY | Dictionary object. |
lpnUniqueId | LPUINT | The unique identifier. |
An unique identifier of this Dictionary Object.
This function does not process image pixels.
It is guaranteed that there cannot be two Dictionary objects with the same UniqueIds.
Can be used for Dictionary objects' identification.