GroupDocs.Conversion Cloud 24.4 Release Notes
This page contains release notes for GroupDocs.Conversion Cloud 24.4
Major Features
- Enhancements and bug fixes
Full List of Issues Covering all Changes in this Release
Key | Category | Summary |
---|---|---|
CONVERSIONCLOUD-566 | Bug | DXF to PDF Conversion Throws internal Error |
CONVERSIONCLOUD-567 | Feature | Add support for new options in CadLoadOptions |
Public API changes
Added new options to CadLoadOptions data structure:
Property | Type | Description |
---|---|---|
CadLoadOptions.BackgroundColor | Color | A background color (for example: “Green”) |
CadLoadOptions.DrawType | enum | Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object |
Some options were removed from CadLoadOptions data structure:
Property | Type | Description |
---|---|---|
CadLoadOptions.Width | number | Use ConvertOptions.Width |
CadLoadOptions.Height | number | Use ConvertOptions.Height |