PdfBookmarkOptionsAllowDefaultTitle Property |
By default the converter will not generate bookmarks for the tags that don't have a text (e.g IMG tag).
Setting this property true will instruct the converter to use the DefaultTitle or the tag outer HTML as
bookmark title. The default value is false and therefore the converter will ignore the bookmarks for which a title
cannot be automatically determined.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public bool AllowDefaultTitle { get; set; }
Public Property AllowDefaultTitle As Boolean
Get
Set
Property Value
Type:
BooleanSee Also