ImageGear .NET - Updated December 24, 2018
ProfileData Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorProfile Class : ProfileData Property
Gets the color profile data.
Syntax
'Declaration
 
Public ReadOnly Property ProfileData As Byte()
 
'Usage
 
Dim instance As ImGearColorProfile
Dim value() As Byte
 
value = instance.ProfileData

Property Value

Array of bytes.
Remarks
Provides read-only access to color profile data. Color profiles are not updated through this property; create a new ImGearColorProfile class object instead.
See Also

Reference

ImGearColorProfile Class
ImGearColorProfile Members