PdfConverterHtmlDocumentInfo Property  | 
 
            Gets an object populated after conversion with the title, keywords, and description of the converted HTML document.
            This information can be used for example in the PostConvertActionEvent handler to set the corresponding fields
            of the PdfDocumentInfo object.
            
 
    Namespace: 
   ExpertPdf.HtmlToPdf
    Assembly:
   ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntaxpublic HtmlDocumentInfo HtmlDocumentInfo { get; }Public ReadOnly Property HtmlDocumentInfo As HtmlDocumentInfo
	Get
Property Value
Type: 
HtmlDocumentInfo
See Also