Click or drag to resize

PdfDocumentInfo 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.HtmlToPdfPdfDocumentInfo

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

The PdfDocumentInfo type exposes the following members.

Constructors
  NameDescription
Public methodPdfDocumentInfo
Top
Properties
  NameDescription
Public propertyApplication
Gets or sets the name of the application that produced this PDF document.
Public propertyAuthorName
Gets or sets the name of the PDF document author.
Public propertyCreatedDate
Gets or sets the date and time when the PDF document was created.
Public propertyKeywords
Gets or sets the PDF document keywords.
Public propertySubject
Gets or sets the subject of the PDF document.
Public propertyTitle
Gets or sets PDF document title.
Top
See Also