A flag indicating if the HTML elements without text can be bookmarked. This property is true by default
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool AllowDefaultTitle { get; set; } |
| Visual Basic |
|---|
Public Property AllowDefaultTitle As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AllowDefaultTitle { bool get (); void set (bool value); } |