Gets or sets the Base64 string of the image content. Default value is an empty string
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public string SourceBase64 { get; set; } |
| Visual Basic |
|---|
Public Property SourceBase64 As String Get Set |
| Visual C++ |
|---|
public: property String^ SourceBase64 { String^ get (); void set (String^ value); } |