Returns the represented block of memory as an array of Byte.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public byte[] ToByteArray() |
| Visual Basic (Declaration) |
|---|
Public Function ToByteArray As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ ToByteArray() |