ImageGear .NET v24.14 - Updated September 15, 2020
ColorProfile Property (ImGearRasterPage)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRasterPage Class : ColorProfile Property
Gets or sets a local color profile associated with the image.
Syntax
'Declaration
 
Public Property ColorProfile As ImGearColorProfile
 
'Usage
 
Dim instance As ImGearRasterPage
Dim value As ImGearColorProfile
 
instance.ColorProfile = value
 
value = instance.ColorProfile

Property Value

ImGearColorProfile class object.
Remarks
If a color profile is set here, and profiles are enabled in ImGearColorProfileManager class, the local color profile will be used for color space conversions (instead of a global color profile). The default value is null.
See Also

Reference

ImGearRasterPage Class
ImGearRasterPage Members