HtmlToPdfConverterTempFilesPath Property

NReco.PdfGenerator Class Library Documentation
Get or set location for temp files (if not specified location returned by GetTempPath is used for temp files)

Namespace:  NReco.PdfGenerator
Assembly:  NReco.PdfGenerator (in NReco.PdfGenerator.dll) Version: 1.2.1
Syntax

public string TempFilesPath { get; set; }

Property Value

Type: String
Remarks

Temp files are used for providing cover page/header/footer HTML templates to wkhtmltopdf tool.
See Also

Reference