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 PrintRotation

Specifies the print rotation.

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

Print page without rotation.

Print page without rotation.

integer Rot90 1
#

Print page rotated by 90 degrees clockwise.

Print page rotated by 90 degrees clockwise.

integer Rot180 2
#

Print page rotated by 180 degrees.

Print page rotated by 180 degrees.

integer Rot270 3
#

Print page rotated by 270 degrees clockwise.

Print page rotated by 270 degrees clockwise.

WebClientPrintPHP API documentation generated by ApiGen 2.8.0