ImageGear for .NET
GetDictionary Method (ImGearPDFPage)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback