Gets or sets the binary content of the image. Default value is Null
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)
Syntax
| C# |
|---|
public byte[] SourceBinary { get; set; } |
| Visual Basic |
|---|
Public Property SourceBinary As Byte() Get Set |
| Visual C++ |
|---|
public: property array<unsigned char>^ SourceBinary { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |