PosPrinter.CutPaper(Int32) Method
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.
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.