Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


printer_draw_bmp

(PECL printer CVS)

printer_draw_bmpDraw a bmp

Описание

bool printer_draw_bmp ( resource $printer_handle , string $filename , int $x , int $y [, int $width ], int $height )

The function draws an bmp.

Список параметров

printer_handle

printer_handle must be a valid printer handle.

filename

Path to the bitmap.

x

x is the upper left x coordinate of the bitmap.

y

y is the upper left y coordinate of the bitmap.

width

The bitmap width.

height

The bitmap height.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Примеры

Пример #1 printer_draw_bmp() example

<?php
$handle 
printer_open();
printer_start_doc($handle"My Document");
printer_start_page($handle);

printer_draw_bmp($handle"c:\\image.bmp"11);

printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);
?>






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |