PdfDocumentOptionsLiveUrlsEnabled Property |
When true this options instructs the converter to convert the external links from HTML to PDF links.
The default value is true.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic bool LiveUrlsEnabled { get; set; }
Public Property LiveUrlsEnabled As Boolean
Get
Set
Property Value
Type:
Boolean
See Also