Click or drag to resize
Pdf Library for .NET

HtmlToPdfDocumentInformation Class

This class provides the possibility to control the pdf document properties.
Inheritance Hierarchy
SystemObject
  SelectPdfHtmlToPdfDocumentInformation

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class HtmlToPdfDocumentInformation

The HtmlToPdfDocumentInformation type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAuthor Gets or sets the name of the pdf document author.
Public propertyCreationDate Gets or sets the date and time when the pdf document was created.
Public propertyKeywords Gets or sets the pdf document keywords.
Public propertyLanguage Gets or sets the default language of the pdf document.
Public propertyProducer Gets the name of the application that generated the pdf document (Select.Pdf SDK).
Public propertySubject Gets or sets the subject of the pdf document.
Public propertyTitle Gets or sets the pdf document title.
Top
Remarks
Using this class, the pdf document properties (author, title, keywords, etc) can be controlled. The HtmlToPdfOptions class defines a reference to an object of this type.
See Also