Path to create a tracing file.
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.1.7.15
Syntax
Examples
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf(); h.CreateTraceFile = true; h.TraceFilePath = @"d:\report.txt"; h.TraceType = HtmlToRtf.eTraceType.Full;
Dim h As New SautinSoft.HtmlToRtf() h.CreateTraceFile = True h.TraceFilePath = "d:\report.txt" h.TraceType = HtmlToRtf.eTraceType.Full