Gets an object populated after conversion with the title, keywords, and description of the converted HTML document rendered by the HTML to Image element.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public HtmlDocumentInfo HtmlDocumentInfo { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HtmlDocumentInfo As HtmlDocumentInfo
Get |
| Visual C++ |
|---|
public:
property HtmlDocumentInfo^ HtmlDocumentInfo {
HtmlDocumentInfo^ get ();
} |
Property Value
Type:
HtmlDocumentInfo
See Also