Differences between VGCore (2022) and VGCore (2023)
Posted 12-03-2023 at 14:28 by shelbym
Introduction
Corel has released a new version of CorelDRAW. The internal version number remains at 24. If you install the subscription version it will install to the CorelDRAW Graphics Suite 2022 folder, if you install the “One-Time Purchase” 2023 Version it will install to the CorelDRAW Graphics Suite 2023 folder.
There are other changes for the “One-Time Purchase” 2023 Version you should be aware for. This version is also referred to the PE (Perpetual Edition).
The Program Files Draw folder has been renamed to include PE: C:\Program Files\Corel\CorelDRAW Graphics Suite 2023\DrawPE as well as the APPDATA folder: C:\Users\Shelby\AppData\Roaming\Corel\CorelDRAW Graphics Suite 2023\DrawPE
The Coreldrw.addon file for this version is now DrawPE.addon
Legend:
Class IVGVariableWidthNode
Properties:
Class IVGVariableWidthNodes
Properties:
Class Outline
Properties:
Class PDFVBASettings
Properties:
Class Shape
Properties:
Class StructCreateOptions
Properties:
Enum cdrCGMRegionType
Constants:
Enum cdrFilter
Constants:
Conclusion
Those are the changes in the Object Model for CorelDRAW 2023. Happy coding!
Corel has released a new version of CorelDRAW. The internal version number remains at 24. If you install the subscription version it will install to the CorelDRAW Graphics Suite 2022 folder, if you install the “One-Time Purchase” 2023 Version it will install to the CorelDRAW Graphics Suite 2023 folder.
There are other changes for the “One-Time Purchase” 2023 Version you should be aware for. This version is also referred to the PE (Perpetual Edition).
The Program Files Draw folder has been renamed to include PE: C:\Program Files\Corel\CorelDRAW Graphics Suite 2023\DrawPE as well as the APPDATA folder: C:\Users\Shelby\AppData\Roaming\Corel\CorelDRAW Graphics Suite 2023\DrawPE
The Coreldrw.addon file for this version is now DrawPE.addon
Differences between VGCore (24.0) and VGCore (24.3)
Legend:
- Not changed
- Added
- Removed
Class IVGVariableWidthNode
Properties:
- Property PositionT As Double
- Property Selected As Boolean
- Property Side1Width As Double
- Property Side2Width As Double
- Property Width As Double
- Sub Delete()
Class IVGVariableWidthNodes
Properties:
- Property Count As Long
- Property Item(ByVal Index As Long) As IVGVariableWidthNode
- Function Add(ByVal t As Double, ByVal Width As Double) As IVGVariableWidthNode
- Sub Clear()
- Sub Copy(ByVal src As IVGVariableWidthNodes)
Class Outline
Properties:
- Property VariableWidthNodes As IVGVariableWidthNodes
Class PDFVBASettings
Properties:
- Property UsePageBoundingBox As Boolean
Class Shape
Properties:
- Property CGMRegion([ByVal Type As cdrCGMRegionType=cdrCGMRectangleRegion (0)]) As String
Class StructCreateOptions
Properties:
- Property Bleed As Double
Enum cdrCGMRegionType
Constants:
- cdrCGMRectangleRegion As Long=0
- cdrCGMPolygonRegion As Long=1
Enum cdrFilter
Constants:
- cdrWEBP As Long=825
Conclusion
Those are the changes in the Object Model for CorelDRAW 2023. Happy coding!
Total Comments 0
Comments
Total Trackbacks 0