Returns a byte array of the output image. The image format will be the specified by ImageFormat property.

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

Syntax

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

Return Value

A byte array representing the output image generated by this ImageDraw object.

See Also