Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.3 KB

receiptprintjob_cutpaper_1744897979.md

File metadata and controls

37 lines (27 loc) · 1.3 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ReceiptPrintJob.CutPaper(System.Double)
winrt method
xbox

Windows.Devices.PointOfService.ReceiptPrintJob.CutPaper

-description

Adds an instruction to the printer job to cut the specified percentage of the receipt paper.

-parameters

-param percentage

Decimal representation of the percentage of the receipt that the receipt printer should cut.

Many printers with paper cutting capability can perform both full and partial cuts. Some offer gradations of partial cuts, such as a perforated cut and an almost-full cut. Use the following general guidelines:

ValueMeaning
1.0Fully cuts the paper.
0.9Leaves only a small part of paper for very easy final separation.
0.7Perforates the paper for final separation that is somewhat more difficult and unlikely to occur by accidental handling.
0.5Partial perforation of the paper.

Printer capabilities vary, so the actual result can be device-dependent.

-remarks

-examples

-see-also

CutPaper()