Click or drag to resize

UseOfficeTemporaryDirectory Property

Set a custom temporary directory for the method ConvertBytes(...).

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

Property Value

String
Remarks
By default the conversion process with help of the ConvertBytes(...) will be done using temporary files inside the temp folder of current user.
See Also