Gets or sets the binary content of the image.
Namespace: Neodynamic.SDK
Assembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Property SourceBinary As Byte() |
C# |
---|
public byte[] SourceBinary { get; set; } |
Visual C++ |
---|
public: property array<unsigned char>^ SourceBinary { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |