The root of a document's object hierarchy is the catalog dictionary.
Inheritance Hierarchy
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public sealed class PdfCatalog : PdfDictionary
Public NotInheritable Class PdfCatalog
Inherits PdfDictionary
public ref class PdfCatalog sealed : public PdfDictionary
[<SealedAttribute>]
type PdfCatalog =
class
inherit PdfDictionary
end
The PdfCatalog type exposes the following members.
Constructors Properties Remarks
The document catalog is described in section 3.6.1 of the PDF specification.
See Also