46
CITIZEN UWP POS Print SDK - Programming Manual
2.3.15. CutPaperAsync method
Syntax
Task<int> CutPaperAsync (int type)
Parameter
The meaning and the setting range of the parameters are as follows.
Value
[IN/OUT]
Meaning
Setting range
type
[IN]
Cut type
CMP_CUT_FULL: Full cut
CMP_CUT_PARTIAL: Partial cut
CMP_CUT_FULL_PREFEED
:
After feed the paper to the cutting
position, full cut.
CMP_CUT_PARTIAL_PREFEED
:
After feed the paper to the cutting
position, partial cut.
Description
This method is used to cut the paper.
Return value
Return CMP_SUCCESS (0) in success. Please refer to "
" for the error code except it.
Example
await printer.CutPaperAsync( ESCPOSConst.CMP_CUT_PARTIAL_PREFEED );