ImageGear .NET - Updated December 24, 2018
CmykProfile Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorProfileManager Class : CmykProfile Property
Gets or sets global CMYK color profile to use for implicit color space conversions when global profiles are enabled.
Syntax
'Declaration
 
Public Shared Property CmykProfile As ImGearColorProfile
 
'Usage
 
Dim value As ImGearColorProfile
 
ImGearColorProfileManager.CmykProfile = value
 
value = ImGearColorProfileManager.CmykProfile

Property Value

ImGearColorProfile class object.
Remarks
The default value is null.
See Also

Reference

ImGearColorProfileManager Class
ImGearColorProfileManager Members
ImGearColorProfile Class