This is a platform-specific library allowing other DS.Documents packages to work with system APIs on Windows. It provides support for font linking specified in the Windows registry, and access to native Windows imaging APIs, improving performance and adding some features.
$ dotnet add package DS.Documents.Imaging.WindowsThis is a platform-specific library that allows DsImaging (formerly GcImaging) and other Document Solutions (formerly GrapeCity Documents) to use Windows system APIs when running on Windows operating systems. It provides support for loading information about system font links and EUDC fonts from the Windows registry. It also enables the use of high-performance Windows Imaging Component (WIC) APIs for loading, saving, and transforming images in PNG, JPEG, JPEGXR, TIFF (including TIFF with JPEGs), BMP, ICO (loading only), GIF formats and rendering high-quality graphics and text based on Direct2D APIs.
This library is compatible with .NET 8, .NET 7, .NET 6, .NET Standard 2.x, .NET Framework 4.6.1 or higher.
All features are supported on Windows only. If referenced when running on other operating systems, this library will do nothing.