ClaimedReceiptPrinter.LinesToPaperCut Property

Definition

Gets the number of lines that must be advanced before cutting the receipt paper.

public:
 property unsigned int LinesToPaperCut { unsigned int get(); };
uint32_t LinesToPaperCut();
public uint LinesToPaperCut { get; }
var uInt32 = claimedReceiptPrinter.linesToPaperCut;
Public ReadOnly Property LinesToPaperCut As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of lines that must be advanced before cutting the receipt paper.

Remarks

Some printers position the cutting blade above the print head. This value specifies the number of blank lines required after the last line of a receipt in order to advance the last printed line past the cutting blade.

Applies to