Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • ParallelPortPrinter

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

  • Creates an instance of the ParallelPortPrinter class with the specified port name.

    Parameters

    • portName: string

      The parallel port name, for example LPT1.

    Returns ParallelPortPrinter

Properties

Id: number = 2

The Client Printer ID

Accessors

  • get portName(): string
  • set portName(value: string): void
  • Gets or sets the parallel port name, for example LPT1. Default value is "LPT1"

    Returns string

  • Gets or sets the parallel port name, for example LPT1. Default value is "LPT1"

    Parameters

    • value: string

    Returns void

Methods

  • serialize(): string
  • The Client Printer serialization.

    Returns string