Link Search Menu Expand Document

HtmlToPdfConverterSingletonTempFolder Property

Gets or sets the temporary folder path. By default the converter uses temporary folder returned byGetTempPath method.

(!) You must set this property before first call of ConvertHtmlToPdf(String, String) method.

Namespace:Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
public static string TempFolder { get; set; }

Property Value

Type: String
See Also

Reference