ImageGear .NET v25.1 - Updated
CompositionColorSpace Property




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayeredPage Class : CompositionColorSpace Property
Gets or sets raster composition ImageGear.Core.ImGearColorSpace value.
Syntax
'Declaration
 
Public Property CompositionColorSpace As ImGearColorSpace
'Usage
 
Dim instance As ImGearLayeredPage
Dim value As ImGearColorSpace
 
instance.CompositionColorSpace = value
 
value = instance.CompositionColorSpace
public ImGearColorSpace CompositionColorSpace {get; set;}
public: __property ImGearColorSpace get_CompositionColorSpace();
public: __property void set_CompositionColorSpace( 
   ImGearColorSpace value
);
public:
property ImGearColorSpace CompositionColorSpace {
   ImGearColorSpace get();
   void set (    ImGearColorSpace value);
}

Property Value

ImageGear.Core.ImGearColorSpace value.
See Also

Reference

ImGearLayeredPage Class
ImGearLayeredPage Members
ImGearColorSpace Structure