PHP Интерфейс Zebra\Contracts\Zpl\Image

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
height ( ) : integer Get the image height in pixels.
toAscii ( ) : string Get the ASCII hex representation of the image.
width ( ) : integer Get the image width in bytes.

Описание методов

height() публичный Метод

Get the image height in pixels.
public height ( ) : integer
Результат integer

toAscii() публичный Метод

Get the ASCII hex representation of the image.
public toAscii ( ) : string
Результат string

width() публичный Метод

Get the image width in bytes.
public width ( ) : integer
Результат integer