Package com.zebra.sdk.graphics
Interface ZebraImageI
public interface ZebraImageI
Contains methods used to query attributes of an image formatted for a Zebra printer.
see ZebraImageFactory for how to create an image.
see ZebraImageFactory for how to create an image.
-
Method Summary
-
Method Details
-
getHeight
int getHeight()Return the image's height in pixels- Returns:
- the image's height
-
getWidth
int getWidth()Return the image's width in pixels- Returns:
- the image's width
-