Gets the string associated with the specified Atom.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_atom_get_string( HIG_PDF_ATOM hAtom, LPCSTR* lpString ); |
Name | Type | Description |
---|---|---|
hAtom | HIG_PDF_ATOM | The Atom whose string is obtained. |
lpString | LPCSTR* | The string corresponding to hAtom. Returns an empty string if hAtom is equal to IG_PDF_ATOM_NULL or NULL if the hAtom has not been defined. |
Error count.
This function does not process image pixels.