Gets or sets the Base64 string of the image content.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public string SourceBase64 { get; set; }
Visual Basic (Declaration)
Public Property SourceBase64 As String
Visual C++
public:
property String^ SourceBase64 {
	String^ get ();
	void set (String^ value);
}

See Also