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 Duplex

Specifies the printer's double-sided (duplex) printing capability.

Namespace: Neodynamic\SDK\Web
Located at WebClientPrint.php
Methods summary
public static
# parse( mixed $val )
Constants summary
integer DEF 0
#

Use default value from driver.

Use default value from driver.

integer SIMPLEX 1
#

Use single-sided printing.

Use single-sided printing.

integer VERTICAL 2
#

Use double-sided printing with vertical page turning.

Use double-sided printing with vertical page turning.

integer HORIZONTAL 3
#

Use double-sided printing with horizontal page turning.

Use double-sided printing with horizontal page turning.

WebClientPrintPHP API documentation generated by ApiGen 2.8.0