Click or drag to resize

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; }

Property Value

Type: Boolean
See Also