DocumentInformation Class

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class DocumentInformation
Inheritance
Object    DocumentInformation

Properties

Author Gets or sets the name of document author.
CreationDate Gets or sets the date and time the PDF document was created.
Keywords Gets or sets the keywords associated with the PDF document.
Producer Gets the name of the PDF document producer.
Subject Gets or sets the subject of a PDF document.
Title Gets or sets the document title.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also