ImageGear .NET v25.1 - Updated
GrayProfile Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorProfileManager Class : GrayProfile Property
Gets or sets a color profile for Grayscale color space.
Syntax
'Declaration
 
Public Shared Property GrayProfile As ImGearColorProfile
'Usage
 
Dim value As ImGearColorProfile
 
ImGearColorProfileManager.GrayProfile = value
 
value = ImGearColorProfileManager.GrayProfile
public static ImGearColorProfile GrayProfile {get; set;}
public: __property static ImGearColorProfile* get_GrayProfile();
public: __property static void set_GrayProfile( 
   ImGearColorProfile* value
);
public:
static property ImGearColorProfile^ GrayProfile {
   ImGearColorProfile^ get();
   void set (    ImGearColorProfile^ value);
}

Property Value

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

Reference

ImGearColorProfileManager Class
ImGearColorProfileManager Members
ImGearColorProfile Class