ImageGear PDF v25.2 - Updated
GetOCMDictionary Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : GetOCMDictionary Method
Gets a dictionary (OCMD object), which is associated with this Element.
Syntax
'Declaration
 
Public Function GetOCMDictionary() As ImGearPDFDictionary
'Usage
 
Dim instance As ImGearPDEElement
Dim value As ImGearPDFDictionary
 
value = instance.GetOCMDictionary()
public ImGearPDFDictionary GetOCMDictionary()
public: ImGearPDFDictionary* GetOCMDictionary(); 
public:
ImGearPDFDictionary^ GetOCMDictionary(); 

Return Value

Associated Dictionary, or null if no dictionary is associated.
Remarks
If no dictionary is associated, returns null.
See Also

Reference

ImGearPDEElement Class
ImGearPDEElement Members
ImGearPDFDictionary Class

Is this page helpful?
Yes No
Thanks for your feedback.