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
Deprecated
PJCustomPaperSize(int widthDots, int lengthDots, int feedDots)
Please use PJCustomPaperSize(int widthDots, int lengthDots)
instead.
getFeedDots():
Please use extraFeedDots:
instead.