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. This property defaults to "Bookmark" text
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string DefaultTitle { get; set; } |
| Visual Basic |
|---|
Public Property DefaultTitle As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ DefaultTitle {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also