Table of Contents

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

string

HtmlDocDescription

The description of the converted HTML document

public string HtmlDocDescription { get; set; }

Property Value

string

HtmlDocKeywords

The keywords of the converted HTML document

public string HtmlDocKeywords { get; set; }

Property Value

string

HtmlDocSubject

The subject of the converted HTML document

public string HtmlDocSubject { get; set; }

Property Value

string

HtmlDocTitle

The title of the converted HTML document

public string HtmlDocTitle { get; set; }

Property Value

string