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

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.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 ImageDrawButton object.

See Also