Share via


PosPrinter.CutPaper(Int32) Method

Definition

Cuts the receipt paper.

public abstract void CutPaper (int percentage);
abstract member CutPaper : int -> unit
Public MustOverride Sub CutPaper (percentage As Integer)

Parameters

percentage
Int32

The percentage parameter indicates the percentage of paper to cut. If percentage is set to the constant PrinterCutPaperFullCut, this causes a full paper cut. Other percentage values request a partial cut.

Applies to