ImageGear for .NET
GetRoot Method




This method returns the Catalog dictionary of the PDF document.
Syntax
'Declaration
 
Public Function GetRoot() As ImGearPDFBasDict
'Usage
 
Dim instance As ImGearPDFDocument
Dim value As ImGearPDFBasDict
 
value = instance.GetRoot()
public ImGearPDFBasDict GetRoot()
public: ImGearPDFBasDict* GetRoot(); 
public:
ImGearPDFBasDict^ GetRoot(); 

Return Value

The resulting Catalog dictionary.
Remarks
Catalog dictionary is the root of a PDF document's object hierarchy.

See also the PDF Reference, ch.3.6.

See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFBasDict Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback