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.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public string DefaultTitle { get; set; }
Public Property DefaultTitle As String
Get
Set
Property Value
Type:
StringSee Also