EVO HTML to PDF Converter

PdfDocumentInfo Class

EVO PDF Client for Universal Windows Platform Documentation
This class encapsulates the options to control the PDF document description (author, title, keywords, etc). The HtmlToPdfConverter class exposes a reference to an object of this type in the PdfDocumentInfo property.
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientPdfDocumentInfo

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public class PdfDocumentInfo

The PdfDocumentInfo type exposes the following members.

Constructors

  NameDescription
Public methodPdfDocumentInfo
Initializes a new instance of the PdfDocumentInfo class
Top
Properties

  NameDescription
Public propertyAuthorName
Gets or sets the name of the author of the PDF document generated by the HTML to PDF converter.
Public propertyCreatedDate
Gets or sets the date and time when the PDF document was created by the HTML to PDF converter.
Public propertyKeywords
Gets or sets the keywords of the PDF document generated by the HTML to PDF converter.
Public propertySubject
Gets or sets the subject of the PDF document generated by the HTML to PDF converter.
Public propertyTitle
Gets or sets the title of the PDF document generated by the HTML to PDF converter.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference