ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayeredPage Class / CompositionColorSpace Property




In This Topic
CompositionColorSpace Property
In This Topic
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

Property Value

ImageGear.Core.ImGearColorSpace value.
See Also