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.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic string DefaultTitle { get; set; }
Public Property DefaultTitle As String
Get
Set
Property Value
Type:
String
See Also