Platforms to show: All Mac Windows Linux Cross-Platform

Back to BarcodeGeneratorMBS class.

Previous items Next items

BarcodeGeneratorMBS.BarcodeMicroqr = 97

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

Micro QR Code

BarcodeGeneratorMBS.BarcodeMsiPlessey = 47

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

MSI Plessey

BarcodeGeneratorMBS.BarcodeNve18 = 75

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

NVE-18

BarcodeGeneratorMBS.BarcodeOnecode = 85

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

USPS OneCode

BarcodeGeneratorMBS.BarcodePdf417 = 55

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.BarcodePdf417
z.Encode "Hello World, Just a test. 123"

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

PDF417

BarcodeGeneratorMBS.BarcodePdf417Trunc = 56

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

PDF417 Truncated

BarcodeGeneratorMBS.BarcodePharma = 51

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

Pharmacode One-Track

BarcodeGeneratorMBS.BarcodePharmaTwo = 53

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

Pharmacode Two-Track

BarcodeGeneratorMBS.BarcodePlanet = 82

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

PLANET

BarcodeGeneratorMBS.BarcodePlessey = 86

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

Plessey Code

BarcodeGeneratorMBS.BarcodePostnet = 40

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

PostNet

BarcodeGeneratorMBS.BarcodePzn = 52

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

PZN

BarcodeGeneratorMBS.BarcodeQrcode = 58

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.BarcodeQrcode
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

QR Code

BarcodeGeneratorMBS.BarcodeRm4Scc = 70

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

Royal Mail 4 State (RM4SCC)

BarcodeGeneratorMBS.BarcodeRss14 = 29

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

GS1 DataBar-14

BarcodeGeneratorMBS.BarcodeRss14Cc = 132

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

Composite Symbol with GS1 DataBar-14 linear component

BarcodeGeneratorMBS.BarcodeRss14OmniCc = 138

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

Composite Symbol with GS1 DataBar-14 Stacked Omnidirectional component

BarcodeGeneratorMBS.BarcodeRss14Stack = 79

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

GS1 DataBar-14 Stacked

BarcodeGeneratorMBS.BarcodeRss14StackCc = 137

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

Composite Symbol with GS1 DataBar-14 Stacked component

BarcodeGeneratorMBS.BarcodeRss14StackOmni = 80

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

GS1 DataBar-14 Stacked Omnidirectional

BarcodeGeneratorMBS.BarcodeRssExp = 31

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

GS1 DataBar Expanded

BarcodeGeneratorMBS.BarcodeRssExpCc = 134

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

Composite Symbol with GS1 DataBar Extended component

BarcodeGeneratorMBS.BarcodeRssExpstack = 81

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

GS1 DataBar Expanded Stacked

BarcodeGeneratorMBS.BarcodeRssExpstackCc = 139

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

Composite Symbol with GS1 DataBar Expanded Stacked component

BarcodeGeneratorMBS.BarcodeRssLtd = 30

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

GS1 DataBar Limited

BarcodeGeneratorMBS.BarcodeRssLtdCc = 133

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

Composite Symbol with GS1 DataBar Limited component

BarcodeGeneratorMBS.BarcodeTelepen = 32

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

Telepen Alpha

BarcodeGeneratorMBS.BarcodeTelepenNum = 87

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

Telepen Numeric

BarcodeGeneratorMBS.BarcodeUltra = 144

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

Ultra

BarcodeGeneratorMBS.BarcodeUpca = 34

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.BarcodeUpca
z.Encode "72527270270+12345"

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

UPC A

Previous items 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...