public class PresentationMode extends PropertyGroup
PresentationMode is the class that configures the presentation mode functionalities.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
presentationModeAimerEnable
presentationModeAimerEnable enables the use of the aimer in presentation mode. |
BooleanProperty |
presentationModeEnable
presentationModeEnable enables the use of presentation mode. |
NumericProperty |
presentationModeSensitivity
presentationModeSensitivity set sensitivity in presentation mode. |
| Constructor and Description |
|---|
PresentationMode(PropertyGetter editor)
This is the constructor of ScannerOptions.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty presentationModeEnable
presentationModeEnable enables the use of presentation mode.public BooleanProperty presentationModeAimerEnable
presentationModeAimerEnable enables the use of the aimer in presentation mode.public NumericProperty presentationModeSensitivity
presentationModeSensitivity set sensitivity in presentation mode.public PresentationMode(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode family.