Click or drag to resize
PdfBookmarkOptionsDefaultTitleToOuterHtml Property
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.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public bool DefaultTitleToOuterHtml { get; set; }

Property Value

Type: Boolean
See Also