ImageGear .NET - Updated December 24, 2018
Value Property (ImGearColorSpace)




ImageGear24.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

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