Show / Hide Table of Contents

Class ParallelPortPrinter

It represents a printer which is connected through a parallel port in the client machine.

Inheritance
System.Object
ClientPrinter
ParallelPortPrinter
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:Neodynamic.SDK.WebClientPrint.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
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com