![]() |
![]() |
Application.VersionMajor
Property VersionMajor As Long
Member of Application
The VersionMajor property returns version information about CorelDRAW. The VersionMajor property returns only the first part of the version number (to the left of the decimal place). For example, if the current version is 11.396, the major version value would be 11.
The VersionMajor property returns a read-only value.
The following code example checks the current version of CorelDRAW to ensure that the version number is at least 11.200.
Sub MajorVersion() If VersionMajor = 11 And VersionBuild < 200 Then MsgBox "This script required that CorelDRAW version 11.200 or later be installed." End If End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.