RadControls for WinForms

Class representing a document information dictionary.

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

Syntax

C#
public class PdfInfo : PdfDictionary
Visual Basic
Public Class PdfInfo _
	Inherits PdfDictionary

Remarks

Document information dictionaries are described in section 9.2.1 of the PDF specification.

Inheritance Hierarchy

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

See Also