This class encapsulates the options to control the PDF document description (author, title, keywords, etc). The PdfConverter class exposes a reference to an object of this type in the PdfDocumentInfo property.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfDocumentInfo
Visual Basic
Public Class PdfDocumentInfo
Visual C++
public ref class PdfDocumentInfo

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfDocumentInfo

See Also