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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..DocumentInformation

See Also