Share via


PosPrinterBase.CutPaperImpl(Int32) Method

Definition

Method implemented by the service object to process CutPaper requests.

protected virtual Microsoft.PointOfService.BaseServiceObjects.PrintResults CutPaperImpl (int percentage);
abstract member CutPaperImpl : int -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
override this.CutPaperImpl : int -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
Protected Overridable Function CutPaperImpl (percentage As Integer) As PrintResults

Parameters

percentage
Int32

The percentage of paper to cut.

Returns

Applies to