PdfBookmarkOptionsDefaultTitleToOuterHtml Property |
When is true this property instructs the converter to use the tag outer HTML code as title when a correct title cannot be automatically determined
for the bookmark. This property has effect only when the AllowDefaultTitle property is true and it has priority over the
DefaultTitle property. The default value is false.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public bool DefaultTitleToOuterHtml { get; set; }
Public Property DefaultTitleToOuterHtml As Boolean
Get
Set
Property Value
Type:
BooleanSee Also