Click or drag to resize

ColorProfileVersion Property

Gets the version number of this color profile.

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string Version { get; }

Property Value

Type: String
The version number of this color profile.
Remarks

The string returned is in the format of "0.0.0" where the first number if the major version, the second is the minor version, and the last is the bug fix version.

See Also