Returns a byte array of the output image. The image format will be the specified by ImageFormat property.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: 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() |