4.7. PresenterSetting
added in version 1.13.0
This class defines the presenter operation settings.
Constant
Name
Contents
Constant that specifies the presenter operation mode
Constant that specifies the paper retract function
Method
Name
Contents
Set presenter operation mode.
Get presenter operation mode.
Set paper retract function .
Get paper retract function.
Set paper hold time (Units: mSec)
Get paper hold time (Units: mSec).
4.7.1. Mode
added in version 1.13.0
Constant that specifies the presenter operation mode
Declaration
enum Mode { LoopHold, NoLoopHold, NoLoopNoHold }
Constants
Name
Contents
LoopHold
The presenter ejects the paper after printing ends, then holds the trailing end of the paper and waits.
NoLoopHold
The presenter ejects the paper during printing, then holds the trailing end of the paper and waits.
NoLoopNoHold
The presenter ejects all the paper during printing. The paper is not held.
4.7.2. PaperRetractFunction
added in version 1.13.0
Constant that specifies the paper retract function
Declaration
enum PaperRetractFunction { Retract, Eject, Disable }
Constants
Name
Contents
Retract
Enable retraction.
Eject
Enable ejection.
Disable
Disable retraction and ejection.
4.7.3. setMode
added in version 1.13.0
Set presenter operation mode.
Declaration
void setMode(Mode mode);
Parameter
Name
Contents
Type
mode
Presenter operation mode
Return value
None
4.7.4. getMode
added in version 1.13.0
Get presenter operation mode.
Declaration
Mode getMode();
Parameter
None
Return value
Contents
Type
Presenter operation mode
4.7.5. setPaperRetractFunction
added in version 1.13.0
Set paper retract function .
Declaration
void setPaperRetractFunction(PaperRetractFunction function);
Parameter
Name
Contents
Type
function
Paper retract function
Return value
None
4.7.6. getPaperRetractFunction
added in version 1.13.0
Get paper retract function.
Declaration
PaperRetractFunction getPaperRetractFunction();
Parameter
None
Return value
Contents
Type
Paper retract function
4.7.7. setPaperHoldTime
added in version 1.13.0
Set paper hold time (Units : mSec).
Declaration
void setPaperHoldTime(int time);
Parameter
Name
Contents
Type
time
Paper hold time (Units : mSec)
int
Return value
None
4.7.8. getPaperHoldTime
added in version 1.13.0
Get paper hold time.
Declaration
int getPaperHoldTime();
Parameter
None
Return value
Contents
Type
Paper hold time (Units : mSec)
int