newCustomMarkRollPaper static method
CustomPaperInfo
newCustomMarkRollPaper(
- Model printerModel,
- Unit unit,
- double tapeWidth,
- double tapeLength,
- double rightMargin,
- double leftMargin,
- double topMargin,
- double bottomMargin,
- double markPosition,
- double markHeight,
)
Implementation
static CustomPaperInfo newCustomMarkRollPaper(Model printerModel, Unit unit, double tapeWidth, double tapeLength, double rightMargin, double leftMargin, double topMargin, double bottomMargin, double markPosition, double markHeight) {
return new CustomPaperInfo._internal(printerModel, PaperKind.MARKED_ROLL, unit, tapeWidth, tapeLength, rightMargin, leftMargin, topMargin, bottomMargin, 0.0, markPosition, markHeight);
}