PHP Interface Zebra\Contracts\Zpl\Image

Show file Open project: robgridley/zebra Interface Usage Examples

Public Methods

Method Description
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.

Method Details

height() public method

Get the image height in pixels.
public height ( ) : integer
return integer

toAscii() public method

Get the ASCII hex representation of the image.
public toAscii ( ) : string
return string

width() public method

Get the image width in bytes.
public width ( ) : integer
return integer