ImageGear .NET
CmykProfile Property




Gets or sets global CMYK color profile to use for implicit color space conversions when global profiles are enabled.
Syntax
public static ImGearColorProfile CmykProfile {get; set;}
public: __property static ImGearColorProfile* get_CmykProfile();
public: __property static void set_CmykProfile( 
   ImGearColorProfile* value
);
public:
static property ImGearColorProfile^ CmykProfile {
   ImGearColorProfile^ get();
   void set (    ImGearColorProfile^ value);
}
'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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback