ImageGear for .NET
RgbProfile Property




Gets or sets global RGB color profile to use for implicit color space conversions when global profiles are enabled.
Syntax
public static ImGearColorProfile RgbProfile {get; set;}
public: __property static ImGearColorProfile* get_RgbProfile();
public: __property static void set_RgbProfile( 
   ImGearColorProfile* value
);
public:
static property ImGearColorProfile^ RgbProfile {
   ImGearColorProfile^ get();
   void set (    ImGearColorProfile^ value);
}
'Declaration
 
Public Shared Property RgbProfile As ImGearColorProfile
 
'Usage
 
Dim value As ImGearColorProfile
 
ImGearColorProfileManager.RgbProfile = value
 
value = ImGearColorProfileManager.RgbProfile

Property Value

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

Reference

ImGearColorProfileManager Class
ImGearColorProfileManager Members
ImGearColorProfile Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback