HtmlConverter
PluginPath Property
|
Sets the path of the folder which cantains the HTMLConverter.dll
and other dll files required for conversion.
Namespace:
Spire.Additions.Qt
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static string PluginPath { get; set; }
Public Shared Property PluginPath As String
Get
Set
public:
static property String^ PluginPath {
String^ get ();
void set (String^ value);
}
static member PluginPath : string with get, set
Property Value
Type:
String
See Also