ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IIGPDEElement Interface > IIGPDEElement Methods > GetOCMDictionary Method |
Returns a Dictionary (OCMD object), which is associated with this Element. If no Dictionary is associated, returns NULL.
HRESULT GetOCMDictionary( [out,retval] IIGPDFDictionary** ppPDFDictionary);
Name | Description |
---|---|
ppPDFDictionary | The returned dictionary. |
Associated Dictionary, or NULL if no Dictionary is associated.