Class ParallelPortPrinter
It represents a printer which is connected through a parallel port in the client machine.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Neodynamic.SDK.Web
Assembly:cs.temp.dll.dll
Syntax
public class ParallelPortPrinter : ClientPrinter
Constructors
ParallelPortPrinter()
Creates an instance of the ParallelPortPrinter class.
Declaration
public ParallelPortPrinter()
ParallelPortPrinter(String)
Creates an instance of the ParallelPortPrinter class with the specified port name.
Declaration
public ParallelPortPrinter(string portName)
Parameters
Type | Name | Description |
---|---|---|
System.String | portName | The parallel port name, for example LPT1. |
Properties
PortName
Gets or sets the parallel port name, for example LPT1. Default value is "LPT1"
Declaration
public string PortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |