Specify the component to create a tracing text file.
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
Remarks
Trace file shows you a debug info and helps find some errors.
By default a tracing file will be created on C:\htmltortf-trace.txt, you can also specify path for this file using the property TraceFilePath.

By default a tracing file will be created on C:\htmltortf-trace.txt, you can also specify path for this file using the property TraceFilePath.

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