Overview

Namespaces

  • Neodynamic
    • SDK
      • Web

Classes

  • ClientPrinter
  • ClientPrintJob
  • ClientPrintJobGroup
  • DefaultPrinter
  • Duplex
  • EncryptMetadata
  • InstalledPrinter
  • NetworkPrinter
  • ParallelPortPrinter
  • PrintFile
  • PrintFileDOC
  • PrintFilePDF
  • PrintFileTXT
  • PrintFileXLS
  • PrintOrientation
  • PrintRotation
  • SecUtils
  • SerialPortHandshake
  • SerialPortParity
  • SerialPortPrinter
  • SerialPortStopBits
  • Sizing
  • TextAlignment
  • UserSelectedPrinter
  • Utils
  • WebClientPrint
  • Overview
  • Namespace
  • Class
  • Tree

Class InstalledPrinter

It represents a printer installed in the client machine with an associated OS driver.

Neodynamic\SDK\Web\ClientPrinter
Extended by Neodynamic\SDK\Web\InstalledPrinter
Namespace: Neodynamic\SDK\Web
Located at WebClientPrint.php
Methods summary
public
# __construct( string $printerName )

Creates an instance of the InstalledPrinter class with the specified printer name.

Creates an instance of the InstalledPrinter class with the specified printer name.

Parameters

$printerName
string
$printerName The name of the printer installed in the client machine.
public
# serialize( )

Overrides

Neodynamic\SDK\Web\ClientPrinter::serialize()
Properties summary
public string $printerName ''
#

Gets or sets the name of the printer installed in the client machine. Default value is an empty string.

Gets or sets the name of the printer installed in the client machine. Default value is an empty string.

public boolean $printToDefaultIfNotFound false
#

Gets or sets whether to print to Default printer in case of the specified one is not found or missing. Default is False.

Gets or sets whether to print to Default printer in case of the specified one is not found or missing. Default is False.

public string $trayName ''
#

Gets or sets the name of the tray supported by the client printer. Default value is an empty string.

Gets or sets the name of the tray supported by the client printer. Default value is an empty string.

public string $paperName ''
#

Gets or sets the name of the Paper supported by the client printer. Default value is an empty string.

Gets or sets the name of the Paper supported by the client printer. Default value is an empty string.

public integer $duplex Neodynamic\SDK\Web\Duplex::DEF
#

Gets or sets the printer's double-sided (duplex) printing capability. Default is the current printer's driver setting. DEF = 0, SIMPLEX = 1, VERTICAL = 2, HORIZONTAL = 3

Gets or sets the printer's double-sided (duplex) printing capability. Default is the current printer's driver setting. DEF = 0, SIMPLEX = 1, VERTICAL = 2, HORIZONTAL = 3

Properties inherited from Neodynamic\SDK\Web\ClientPrinter
$printerId
WebClientPrintPHP API documentation generated by ApiGen 2.8.0