| UseOfficeTraceFilePath Property | 
            Path for creating a tracing file
            
Namespace: SautinSoftAssembly: UseOffice (in UseOffice.dll) Version: 2025.10.22
 Syntax
Syntaxpublic string TraceFilePath { get; set; }Public Property TraceFilePath As String
	Get
	Set
Property Value
String Remarks
RemarksThis file contains a debug info to determine possible issues during converting.
            Default value: "c:\useoffice-trace.txt"
 Example
ExampleSautinSoft.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
See Also