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




In This Topic
    GetDictionary Method (ImGearPDEElement)
    In This Topic
    Returns a Dictionary (OCMD object) that is associated with this Element.
    Syntax
    'Declaration
     
    Public Function GetDictionary() As ImGearPDFDictionary
    'Usage
     
    Dim instance As ImGearPDEElement
    Dim value As ImGearPDFDictionary
     
    value = instance.GetDictionary()
    public ImGearPDFDictionary GetDictionary()
    public: ImGearPDFDictionary* GetDictionary(); 
    public:
    ImGearPDFDictionary^ GetDictionary(); 

    Return Value

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