UseOfficeTraceFilePath Property |
Path for creating a tracing file
Namespace: SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntax public string TraceFilePath { get; set; }
Public Property TraceFilePath As String
Get
Set
Property Value
StringRemarks This file contains a debug info to determine possible issues during converting.
Default value: "c:\useoffice-trace.txt"
Example SautinSoft.UseOffice u = new UseOffice();
u.CreateTraceFile = true;
u.TraceFilePath = @"d:\trace.txt";
Dim u As New SautinSoft.UseOffice()
u.CreateTraceFile = True
u.TraceFilePath = "d:\trace.txt"
See Also