Custom Barcode

Defined in library scandit_datacapture_label

CustomBarcode
class CustomBarcode : BarcodeField

Added in version 7.2.0

CustomBarcode.initWithNameAndSymbologySettings(name, symbologySettings)
factory CustomBarcode.initWithNameAndSymbologySettings(
        String name,
        List<SymbologySettings> symbologySettings)

Added in version 7.2.0

CustomBarcode.initWithNameAndSymbologies(name, symbologies)
factory CustomBarcode.initWithNameAndSymbologies(
        String name,
        Set<Symbology> symbologies)

Added in version 7.2.0

CustomBarcode.initWithNameAndSymbology(name, symbology)
factory CustomBarcode.initWithNameAndSymbology(
        String name,
        Symbology symbology)

Added in version 7.2.0

setLocationWithRect(rect)
void setLocationWithRect(Rect rect)

Added in version 7.2.0

setLocationWithCoordinates(left, top, right, bottom)
void setLocationWithCoordinates(double left,
        double top,
        double right,
        double bottom)

Added in version 7.2.0

setLocationWithType(location)
void setLocationWithType(LabelFieldLocationType location)

Added in version 7.2.0

dataTypePatterns
List<String> get dataTypePatterns

Added in version 7.2.0

name
String get name

Added in version 7.2.0

patterns
List<String> get patterns

Added in version 7.2.0

isOptional
bool get isOptional

Added in version 7.2.0

symbologies
List<SymbologySettings> get symbologies

Added in version 7.2.0

location
LabelFieldLocation? get location

Added in version 7.2.0