ExpertPdf Html to Pdf Converter Library
DefaultTitleToOuterHtml Property
NamespacesExpertPdf.HtmlToPdfPdfBookmarkOptionsDefaultTitleToOuterHtml
ExpertPdf Html to Pdf Converter Library
When is true this property instructs the converter to use the tag outer HTML code as title when a correct title cannot be automatically determined for the bookmark. This property has effect only when the AllowDefaultTitle property is true and it has priority over the DefaultTitle property. The default value is false.
Declaration Syntax
C#Visual BasicVisual C++
public bool DefaultTitleToOuterHtml { get; set; }
Public Property DefaultTitleToOuterHtml As Boolean
public:
property bool DefaultTitleToOuterHtml {
	bool get ();
	void set (bool value);
}

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 6.2.0.0 (6.2.0.0)