ClaimedReceiptPrinter.LinesToPaperCut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.