Click or drag to resize

HtmlDocumentInfo Class

This class encapsulates the information about a converted HTML document like title, keywords and description.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfHtmlDocumentInfo

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

The HtmlDocumentInfo type exposes the following members.

Constructors
  NameDescription
Public methodHtmlDocumentInfo
Top
Properties
  NameDescription
Public propertyHtmlDocDescription
The HTML document description or null if the document does not have a description.
Public propertyHtmlDocKeywords
The HTML document keywords or null if the document does not have keywords.
Public propertyHtmlDocTitle
The HTML document title or null if the document does not have a title.
Top
See Also