Allows to specify type of tracing file
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
public enum eTraceType
Public Enumeration eTraceType
Members
| Member | Description |
|---|---|
| Standard |
Show amlost all tracing info: time of converting, possible issues during downloading remote .css and images
|
| Full |
Show all tracing info including HTML document, time of converting, possible issues during downloading remote .css and images
|
| Short |
Show only time of converting HTML document
|
Remarks