Click or drag to resize

DocumentInformation Class

This class encapsulates the options to control the PDF document description (author, title, keywords, etc). The PDFConverter class define a reference to an object of this type
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentDocumentInformation

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class DocumentInformation

The DocumentInformation type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Gets or sets the name of the person who created the document..
Public propertyCreationDate
Gets or sets the date and time the document was created, in human-readable form.
Public propertyKeywords
Gets or sets the keywords associated with the document..
Public propertyProducer
Gets or sets the name of the application that produced the PDF document if for example the document was converted to PDF from another format.
Public propertySubject
Gets or sets the subject of the document.
Public propertyTitle
Gets or sets the document’s title..
Top
See Also