When true this options instructs the HTML to PDF converter to convert the external links from HTML to PDF links in the PDF document generated by the HTML to PDF converter.
The default value is true.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool LiveUrlsEnabled { get; set; } |
| Visual Basic |
|---|
Public Property LiveUrlsEnabled As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool LiveUrlsEnabled {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also