Parameters
- filename
Name of the target file. The file type is autodetected from the extension.
Name of the target file. The file type is autodetected from the extension.
Converts the preview file into the given filename.
Name of the target file. The file type is autodetected from the extension.
// Open existing preview file PreviewFile previewFile = new PreviewFile(@"C:\preview.ll"); // Convert the preview file into PDF previewFile.ConvertTo(@"C:\preview.pdf"); // Close and free preview file previewFile.Close(); previewFile.Dispose();
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10