ImageGear .NET v25.1 - Updated
Value Property (ImGearColorSpace)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorSpace Structure : Value Property
Gets or sets the color space identifier.
Syntax
'Declaration
 
Public Property Value As ImGearColorSpaceIDs
'Usage
 
Dim instance As ImGearColorSpace
Dim value As ImGearColorSpaceIDs
 
instance.Value = value
 
value = instance.Value
public ImGearColorSpaceIDs Value {get; set;}
public: __property ImGearColorSpaceIDs get_Value();
public: __property void set_Value( 
   ImGearColorSpaceIDs value
);
public:
property ImGearColorSpaceIDs Value {
   ImGearColorSpaceIDs get();
   void set (    ImGearColorSpaceIDs value);
}

Property Value

Well-formed combination of ImGearColorSpaceIDs enumeration values.
Remarks
See ImGearColorSpaceIDs for information on valid combinations of flags.

Set accessor throws ImGearException if invalid value is passed.

See Also

Reference

ImGearColorSpace Structure
ImGearColorSpace Members