Click or drag to resize

UseOfficeTraceFilePath Property

Path for creating a tracing file

Namespace: SautinSoft
Assembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntax
public string TraceFilePath { get; set; }

Property Value

String
Remarks
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";
See Also