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




In This Topic
    GetDictionary Method (ImGearPDFPage)
    In This Topic
    This method returns the dictionary of the PDF page.
    Syntax
    'Declaration
     
    Public Function GetDictionary() As ImGearPDFBasDict
    'Usage
     
    Dim instance As ImGearPDFPage
    Dim value As ImGearPDFBasDict
     
    value = instance.GetDictionary()
    public ImGearPDFBasDict GetDictionary()
    public: ImGearPDFBasDict* GetDictionary(); 
    public:
    ImGearPDFBasDict^ GetDictionary(); 

    Return Value

    The resulting dictionary.
    Remarks
    Dictionary is the root of a PDF page's object hierarchy.

    See also the PDF Reference, ch.3.6.

    See Also