Class HtmlDocumentInfo
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This class encapsulates the information about a converted HTML document like title, keywords, description and subject.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class HtmlDocumentInfo
- Inheritance
-
HtmlDocumentInfo
- Inherited Members
Constructors
HtmlDocumentInfo()
public HtmlDocumentInfo()
Properties
HtmlDocAuthor
The author of the converted HTML document
public string HtmlDocAuthor { get; set; }
Property Value
HtmlDocDescription
The description of the converted HTML document
public string HtmlDocDescription { get; set; }
Property Value
HtmlDocKeywords
The keywords of the converted HTML document
public string HtmlDocKeywords { get; set; }
Property Value
HtmlDocSubject
The subject of the converted HTML document
public string HtmlDocSubject { get; set; }
Property Value
HtmlDocTitle
The title of the converted HTML document
public string HtmlDocTitle { get; set; }