Type of tracing file: short, standard or full.
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
public HtmlToRtf..::.eTraceType TraceType { get; set; }
Public Property TraceType As HtmlToRtf..::.eTraceType
Remarks
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
