Gets a byte array that represents the output image based on the specified MIME image format.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public byte[] GetOutputImageBinary(
	string MIME
)
Visual Basic (Declaration)
Public Function GetOutputImageBinary ( _
	MIME As String _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetOutputImageBinary(
	String^ MIME
)

Parameters

MIME
Type: System..::.String
The MIME image format for the output image.

Return Value

A byte array representation of the output image.

See Also