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. Note: This is used only by the IE rendering engine.
Declaration Syntax
C#Visual BasicVisual C++
public bool DefaultTitleToOuterHtml { get; set; }
Public Property DefaultTitleToOuterHtml As Boolean
	Get
	Set
public:
property bool DefaultTitleToOuterHtml {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)