This section contains information on new features and improvements for each release, and known issues.
ImageGear .Net Multi Platform v27.0
New Features and Improvements
- Added support to read RTF documents, rasterize them and convert to PDF, as a part of Office component.
Product Updates and Fixes
- Fixed an issue where biSizeImage field of Bitmap Info Header was saved incorrectly when saving an image with a palette to BMP format.
- Fixed an issue causing missing content in some PDF files when converted to SVG format.
- Fixed an issue causing some PDF files to be converted into PDF/A-4 instead of PDF/A-1a.
- Breaking Change: changed public property ImageGear.Formats.PDF.Forms.Field.TextColor type from System.Drawing.Color to ImageGear.Core.ImGearRGBQuad.
- Breaking Change: changed public property ImageGear.Formats.PDF.WidgetAnnotation.BorderColor type from System.Drawing.Color to ImageGear.Core.ImGearRGBQuad.
- Breaking Change: changed public property ImageGear.Formats.PDF.WidgetAnnotation.FillColor type from System.Drawing.Color to ImageGear.Core.ImGearRGBQuad.
- Removed dependency to
System.Drawing.Common
.
Core
- Breaking Change: Removed APIs that depend on deprecated System.Drawing package:
- In namespace
ImageGear.Core
:- Removed the
CreateFromImage
method from theImGearRasterPage
class.
- Removed the
- In namespace
ImageGear.Formats
:- Removed the
ExportPageToBitmap
method from theImGearFileFormats
class.
- Removed the
- In namespace
ImageGear.Processing
:- Removed the
Export
method from theImGearRasterProcessing
class.
- Removed the
- In namespace
- Removed dependency to
System.Drawing.Common
. - Added public property ImageGear.Core.ImGearRGBQuad.Empty to substitute for System.Drawing.Color.Empty.
- Added public field ImageGear.Core.ImGearRGBQuad.IsEmpty to substitute for System.Drawing.Color.IsEmpty.
- Added public methods to identify ImageGear.Core.ImGearRGBQuad.Empty:
Documentation Updates
Known Issues
- None.