Top  | Previous | Next

Barcode

display_Barcode

Description

The barcode component displays some text as a barcode. The supported formats are:

Code 128
Code 39
Extended Code 39
Codabar
Interleaved Code 25
MSI
EAN-13
EAN-8

 

See also:

system.print.createPrintJob

Properties

Appearance

Font

Font of text of this component

Scripting name

font

Data type

Font

Foreground Color

The foreground color of the component.

Scripting name

foreground

Data type

Color

Background Color

The background color of the component.

Scripting name

background

Data type

Color

Barcode Background

The background color of the actual barcode

Scripting name

barcodeBackground

Data type

Color

Show Text?

If true, the code is displayed in human-readable text beneath the barcode

Scripting name

showText

Data type

boolean

Barcode Height

The height of the barcode

Scripting name

barcodeHeight

Data type

int

Narrowest Bar Width

The width (in pixels) of the narrowest bar.

Scripting name

narrowestBarWidth

Data type

int

Rotation

The angle of rotation in degrees.

Scripting name

angleDegrees

Data type

int

Flags

expert

Common

Name

The name of this component.

Scripting name

name

Data type

String

Flags

bindable

Visible

If disabled, the component will be hidden.

Scripting name

visible

Data type

boolean

Flags

bindable

Border

The border surrounding this component. NOTE that the border is unaffected by rotation.

Scripting name

border

Data type

Border

Mouseover Text

The text that is displayed in the tooltip which pops up on mouseover of this component.

Scripting name

toolTipText

Data type

String

Data

Code

The code string that is converted into a barcode to display

Scripting name

code

Data type

String

Flags

bindable

Barcode Format

The barcode format to display.

Scripting name

barcodeType

Data type

int

Values

0

Code 39

1

Code 39 (narrow)

2

Extended Code 39

3

Extended Code 39 (narrow)

4

Code 128

5

Codabar

6

Codabar (narrow)

7

Interleaved Code 25

8

Interleaved Code 25 (narrow)

9

MSI

10

EAN-13

11

EAN-8

Check Digit

Include Check Digit?

Scripting name

checkDigit

Data type

boolean

Data Quality

The data quality code for any tag bindings on this component.

Scripting name

dataQuality

Data type

int

Flags

bindable | expert

Scripting

Events

The following event sets are fired by this component. See Component Event Handlers to learn more.

mouse
mouseMotion
propertyChange

 

Scripting Functions

This component has no special scripting functions.