48
CITIZEN UWP POS Print SDK - Programming Manual
2.3.17. MarkFeedAsync method
Syntax
Task<int> MarkFeedAsync (int type)
Parameter
The meaning and the setting range of the parameters are as follows.
Value
[IN/OUT] Meaning
Setting range
type
[IN]
Handling type of label paper or
black mark paper
CMP_MF_TO_CUTTER
:
After feed the paper to the Auto
Cutter cutting position, cut further.
CMP_MF_TO_NEXT_TOF
:
Feed the paper to the next paper’s
top of form.
Description
This method is used to utilize label paper and black mark paper.
Return value
Return CMP_SUCCESS (0) in success. Please refer to "
" for the error code except it.
Example
await printer.MarkFeedAsync( ESCPOSConst.CMP_MF_TO_CUTTER );