Copy of the ICC-Profiles data.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public byte[] Data { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Data As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ Data { array<unsigned char>^ get (); } |