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




In This Topic
    GetDictionary Method (ImGearPDEImage)
    In This Topic
    Gets the dictionary for an image.
    Syntax
    'Declaration
     
    Public Shadows Function GetDictionary() As ImGearPDFBasDict
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim value As ImGearPDFBasDict
     
    value = instance.GetDictionary()
    public new ImGearPDFBasDict GetDictionary()
    public: new ImGearPDFBasDict* GetDictionary(); 
    public:
    new ImGearPDFBasDict^ GetDictionary(); 

    Return Value

    ImGearPDFBasDict class object.
    See Also