ImageGear v26.3 - Updated
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
    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