Platforms to show: All Mac Windows Linux Cross-Platform

Back to BarcodeGeneratorMBS class.

Next items

BarcodeGeneratorMBS.BarcodeAuspost = 63

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Australia Post Standard Customer

BarcodeGeneratorMBS.BarcodeAusredirect = 68

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Australia Post Redirection

BarcodeGeneratorMBS.BarcodeAusreply = 66

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Australia Post Reply Paid

BarcodeGeneratorMBS.BarcodeAusroute = 67

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Australia Post Routing

BarcodeGeneratorMBS.BarcodeAzrune = 128

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Aztec Runes

BarcodeGeneratorMBS.BarcodeAztec = 92

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Aztec Code

BarcodeGeneratorMBS.BarcodeC25Iata = 4

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 2 of 5 IATA

BarcodeGeneratorMBS.BarcodeC25Ind = 7

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 2 of 5 Industrial

BarcodeGeneratorMBS.BarcodeC25Inter = 3

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Interleaved 2 of 5

BarcodeGeneratorMBS.BarcodeC25Logic = 6

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 2 of 5 Data Logic

BarcodeGeneratorMBS.BarcodeC25Matrix = 2

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Standard Code 2 of 5

BarcodeGeneratorMBS.BarcodeChannel = 140

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Channel Code

BarcodeGeneratorMBS.BarcodeCodabar = 18

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Codabar

BarcodeGeneratorMBS.BarcodeCodablockf = 74

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Coda Block F

BarcodeGeneratorMBS.BarcodeCode11 = 1

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 11

BarcodeGeneratorMBS.BarcodeCode128 = 20

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants
Example
Dim z As New BarcodeGeneratorMBS

z.Symbology = BarcodeGeneratorMBS.BarcodeCODE128
z.Encode "Hello World"

Dim pic As Picture = z.picture
If z.LastError <> 0 Then
MessageBox "LastError: "+Str(z.LastError)
Else
window1.Backdrop = pic
End If

Code 128 (automatic subset switching)

BarcodeGeneratorMBS.BarcodeCode128B = 60

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 128 (Subset B)

BarcodeGeneratorMBS.BarcodeCode16K = 23

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 16K

BarcodeGeneratorMBS.BarcodeCode32 = 129

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 32

BarcodeGeneratorMBS.BarcodeCode39 = 8

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants
Example
Dim z As New BarcodeGeneratorMBS

z.Symbology = BarcodeGeneratorMBS.BarcodeCode39
z.Encode "CODE39"

Dim pic As Picture = z.picture
If z.LastError <> 0 Then
MessageBox "LastError: "+Str(z.LastError)
Else
window1.Backdrop = pic
End If

Code 3 of 9 (Code 39)

BarcodeGeneratorMBS.BarcodeCode49 = 24

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 49

BarcodeGeneratorMBS.BarcodeCode93 = 25

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code 93

BarcodeGeneratorMBS.BarcodeCodeone = 141

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Code One

BarcodeGeneratorMBS.BarcodeDaft = 93

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

DAFT Code

BarcodeGeneratorMBS.BarcodeDatamatrix = 71

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants
Example
Dim z As New BarcodeGeneratorMBS

z.Symbology = BarcodeGeneratorMBS.BarcodeDatamatrix
z.Encode "Hello World"

Dim pic As Picture = z.picture
If z.LastError <> 0 Then
MessageBox "LastError: "+Str(z.LastError)
Else
window1.Backdrop = pic
End If

Data Matrix

BarcodeGeneratorMBS.BarcodeDotCode = 115

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 16.5
One of the barcode symbology constants

DotCode

BarcodeGeneratorMBS.BarcodeDPD = 96

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 23.0
One of the barcode symbology constants

DPD Code.

BarcodeGeneratorMBS.BarcodeDpident = 22

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Deutsche Post Identcode

BarcodeGeneratorMBS.BarcodeDpleit = 21

Type Topic Plugin Version
const Barcode MBS Barcode Plugin 13.5
One of the barcode symbology constants

Deutsche Post Leitcode

Next items

The items on this page are in the following plugins: MBS Barcode Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...