public class LinearQuietZones extends PropertyGroup
LinearQuietZones is the class that configures the admitted quiet zones for the supported linear symbologies.| Modifier and Type | Field and Description |
|---|---|
BooleanProperty |
code128Reduced
code128Reduced enables the reading of Code 128 barcode labels with short quiet zones. |
BooleanProperty |
code39Reduced
code39Reduced enables the reading of Code 39 barcode labels with short quiet zones. |
BooleanProperty |
msiReduced
msiReduced enables the reading of MSI barcode labels with short quiet zones. |
BooleanProperty |
upcEanReduced
upcEanReduced enables the reading of UPC/EAN barcode labels with short quiet zones. |
| Constructor and Description |
|---|
LinearQuietZones(PropertyGetter editor)
This is the constructor of LinearQuietZones.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefault, storepublic BooleanProperty upcEanReduced
upcEanReduced enables the reading of UPC/EAN barcode labels with short quiet zones.public BooleanProperty code39Reduced
code39Reduced enables the reading of Code 39 barcode labels with short quiet zones.public BooleanProperty code128Reduced
code128Reduced enables the reading of Code 128 barcode labels with short quiet zones.public BooleanProperty msiReduced
msiReduced enables the reading of MSI barcode labels with short quiet zones.public LinearQuietZones(PropertyGetter editor)
editor - A PropertyGetter used to load the current configuration.