RadControls for WinForms

The root of a document's object hierarchy is the catalog dictionary.

Namespace: Telerik.Pdf
Assembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public sealed class PdfCatalog : PdfDictionary
Visual Basic
Public NotInheritable Class PdfCatalog _
	Inherits PdfDictionary

Remarks

The document catalog is described in section 3.6.1 of the PDF specification.

Inheritance Hierarchy

System..::..Object
  Telerik.Pdf..::..PdfObject
    Telerik.Pdf..::..PdfDictionary
      Telerik.Pdf..::..PdfCatalog

See Also