Home > PHP > Function > Printer > printer_create_dc()

printer_create_dc()

printer_create_dc - Create a new device context

Syntax

printer_create_dc (resource $printer_handle)

Arguments

  • printer_handle - printer_handle must be a valid printer handle.

Description

The function creates a new device context. A device context is used to customize the graphic objects of the document.

Version

PHP PECL printer SVN

Return value

No value is returned.