ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEElement Class / GetOCMDictionary Method




In This Topic
    GetOCMDictionary Method
    In This Topic
    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