Click or drag to resize
PdfBookmarkOptionsDefaultTitle Property
Gets or sets the default title to be used for bookmarks that don't have an associated text. This property has effect only if AllowDefaultTitle is true and DefaultTitleToOuterHtml is false. This property defaults to "Bookmark" text. 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 string DefaultTitle { get; set; }

Property Value

Type: String
See Also