ImageGear .NET v25.1 - Updated
ProfileData Property




ImageGear.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
public byte[] ProfileData {get;}
public: __property byte[]* get_ProfileData();
public:
property array<byte>^ ProfileData {
   array<byte>^ get();
}

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