ImageGear .NET v25.0 - Updated
GetDictionary Method (ImGearPDFPage)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPage Class : GetDictionary Method
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

Reference

ImGearPDFPage Class
ImGearPDFPage Members
ImGearPDFBasDict Class