Gets or sets a flag indicating if the HTML to PDF element should try to download all the resources even if this could cause
a slower conversion. The default value is false.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool DownloadAllResources { get; set; } |
| Visual Basic |
|---|
Public Property DownloadAllResources As Boolean Get Set |
| Visual C++ |
|---|
public: property bool DownloadAllResources { bool get (); void set (bool value); } |