Returns the represented block of memory as an array of Byte.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public byte[] ToByteArray()
Visual Basic (Declaration)
Public Function ToByteArray As Byte()
Visual C++
public:
array<unsigned char>^ ToByteArray()

Return Value

The represented block of memory.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also