Gets or sets the image file path or URL. Default value is an empty string

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

Syntax

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

See Also