Aspose.SVG for .NET V25.2
Released: Feb 18, 2025
V25.2 での更新項目
機能
- Added a new IBitmap Interface, which is a dedicated interface for handling bitmap images without relying on System.Drawing.Common. It includes methods for drawing, saving, and transforming images, as well as setting transparency.
- Added support for Image Rotation and Flipping - The new WebRotateFlipType enumeration enables rotating and flipping images in various combinations, replacing ad-hoc approaches and providing a unified API for transformations.
- Improved Rendering Options:
- UseAntialiasing (in ImageRenderingOptions) now clearly specifies whether antialiasing is enabled.
- UseHinting (in TextOptions) clarifies the role of font hinting in text rendering.
- Refined Font Style Enumeration by updating the documentation of WebFontStyle to provide more descriptive entries for Regular, Bold, and Italic.