PJCustomPaperSize
Instance method
PJCustomPaperSize
Declaration
public PJCustomPaperSize(int widthDots, int lengthDots);
Properties
widthDots
Since this width is specified in bytes, this must be set a multiple of 8 since.
Declaration
public int getWidthDots();
lengthDots
Declaration
public int getLengthDots();
Deprecates
PJCustomPaperSize(int widthDots, int lengthDots, int feedDots)
Deprecated. Just use PJCustomPaperSize(int widthDots, int lengthDots)
instead.
Deprecated
getFeedDots():
Deprecated. Use extraFeedDots:
instead.
Deprecated