Click or drag to resize
PdfInfo Class
Class representing a document information dictionary.
Inheritance Hierarchy
SystemObject
  Kettic.PdfPdfObject
    Kettic.PdfPdfDictionary
      Kettic.PdfPdfInfo

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PdfInfo : PdfDictionary

The PdfInfo type exposes the following members.

Constructors
  NameDescription
Public methodPdfInfo
Top
Properties
Remarks
Document information dictionaries are described in section 9.2.1 of the PDF specification.
See Also