Gets or sets System.IO.Stream object for writing printer commands to. It is used only if the CommunicationType property is set up to Stream value. Default value is Null

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

Syntax

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

See Also