Gets or sets the name of the printer. 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 PrinterName { get; set; } |
Visual Basic |
---|
Public Property PrinterName As String Get Set |
Visual C++ |
---|
public: property String^ PrinterName { String^ get (); void set (String^ value); } |
Property Value
Type: StringRemarks
The printer name must be used when the printer communication type is USB, PrinterDriver (an installed Windows Driver) or Network (in case the host name is known and not its IP address).