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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
StreamSee Also