Returns a byte array of the output image. The image format will be the specified by ImageFormat property.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
C# |
---|
public byte[] GetOutputImageBinary() |
Visual Basic (Declaration) |
---|
Public Function GetOutputImageBinary As Byte() |
Visual C++ |
---|
public: array<unsigned char>^ GetOutputImageBinary() |