ImageGear .NET v24.14 - Updated
GetRoot Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : 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