Sets the full path of evointernal.dat helper file of the HTML to SVG converter. By default this file is expected to be found
in the same folder with evohtmltopdf.dll assembly.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string EvoInternalFileName { set; } |
| Visual Basic |
|---|
Public WriteOnly Property EvoInternalFileName As String Set |
| Visual C++ |
|---|
public: property String^ EvoInternalFileName { void set (String^ value); } |