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: 4.0.3500.0 (4.0.3500.1)
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); } |