PdfToImageConverterTempFilesPath Property

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

Namespace:  NReco.PdfRenderer
Assembly:  NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax

public string TempFilesPath { get; set; }

Property Value

Type: String
Remarks

Temp files are used when several pages should be rendered at once.
See Also

Reference