Overview

Namespaces

  • Neodynamic
    • SDK
      • Web
  • PHP

Classes

  • ClientPrinter
  • ClientPrintJob
  • ClientPrintJobGroup
  • DefaultPrinter
  • InstalledPrinter
  • NetworkPrinter
  • ParallelPortPrinter
  • PrintFile
  • SerialPortHandshake
  • SerialPortParity
  • SerialPortPrinter
  • SerialPortStopBits
  • 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.

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