HtmlDocumentInfo Class

This class encapsulates the information about a converted HTML document like title, keywords, description and subject.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class HtmlDocumentInfo
Inheritance
Object    HtmlDocumentInfo

Constructors

HtmlDocumentInfoInitializes a new instance of the HtmlDocumentInfo class

Properties

HtmlDocAuthor The author of the converted HTML document
HtmlDocDescription The description of the converted HTML document
HtmlDocKeywords The keywords of the converted HTML document
HtmlDocSubject The subject of the converted HTML document
HtmlDocTitle The title of the converted HTML document

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also