ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorProfile Class / ProfileData Property




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