PosPrinterBase.CutPaperImpl(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.
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.