ImageGear .NET - Updated October 26, 2017
GetDictionary Method (ImGearPDFPage)




ImageGear23.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()

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