Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFBarcode2MBS class.

DynaPDFBarcode2MBS.BarcodeType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The type of barcode that should be created.

See kbct* constants.
(Read and Write property)

Some examples using this property:

DynaPDFBarcode2MBS.BgColor as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Background color.

Default: NO_COLOR (transparent)
(Read and Write property)

DynaPDFBarcode2MBS.BorderWidth as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Border width

Default is zero.
(Read and Write property)

DynaPDFBarcode2MBS.Data as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The data in the barcode.

(Read and Write property)

DynaPDFBarcode2MBS.DataType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Data type and escape flag.

Default is kbcdtBinary.
See kbcdt* constants.
(Read and Write property)

DynaPDFBarcode2MBS.DotSize as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Dotty mode only.

Default is 4.0/5.0.
(Read and Write property)

DynaPDFBarcode2MBS.Eci as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Extended Channel Interpretation mode.

Default 0.
(Read and Write property)

DynaPDFBarcode2MBS.FgColor as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
RGB Foreground color

(Read and Write property)

Some examples using this property:

DynaPDFBarcode2MBS.FSizeFactor as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Font size correction factor.

Default 0.7.
(Read and Write property)

DynaPDFBarcode2MBS.Option1 as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Various options, depends on barcode type.

Default value is -1.

For QRCode:
Option1 is the ECC Level with values from 1 = low, 2 = middle, 3 = better, 4 high. Default is low.
Option2 is version code from 1 to 40. Default is 0 to auto select.
For MicroQR you can use ECC Level 1 to 3 as 4 is not supported.

For Data Matrix:
Option2 size from 1 to 30. 0 is auto. See table in zint manual pdf.
Option3 can be 100 to force square size.

For Code 39:
You can set Option2 to 1 to add module 43 checksum.

For MaxiCode:
Option 1 is the mode.

For PDF 417:
Option 1 is a number between 0 and 8 where the number of codewords used for check information is determined by 2^(value + 1).
Option 2 is the number of columns between 1 and 30.
(Read and Write property)

DynaPDFBarcode2MBS.Option2 as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Various options, depends on barcode type.

Default value is 0.
(Read and Write property)

DynaPDFBarcode2MBS.Option3 as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Various options, depends on barcode type.

Default value is 0.
(Read and Write property)

DynaPDFBarcode2MBS.Options as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Output options.

See kbco* constants.
(Read and Write property)

DynaPDFBarcode2MBS.Orientation as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The orientation of the barcode.

Supported values: 0, 90, -90, 180, -180, 270, -270.
(Read and Write property)

DynaPDFBarcode2MBS.OuterBorder as DynaPDFRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 21.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Optional border around the scaled barcode measured in user space.

The member OuterBorder can be used to extend the background rectangle. Each side of OuterBorder specifies the line width of the corresponding side of the rectangle. OuterBorder is measured in user space whereas BorderWidth is measured in pixels of the reference grid.

Note that the background rectangle is drawn only if BgColor is set to another value than NO_COLOR (default).
(Read and Write property)

DynaPDFBarcode2MBS.Primary as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Primary data message (max 127 bytes).

Composite codes only.
Image based barcodes only.
(Read and Write property)

DynaPDFBarcode2MBS.Scale as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Image based barcodes only.

Default value is 1.0.
(Read and Write property)

DynaPDFBarcode2MBS.ShowText as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Show human readable text?

Default is true.
(Read and Write property)

DynaPDFBarcode2MBS.SpaceWidth as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whitespace width in pixels

Default value is 0 (auto).
(Read and Write property)

DynaPDFBarcode2MBS.SymbHeight as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Symbol height

Default is 50.
(Read and Write property)

DynaPDFBarcode2MBS.TextOffsetY as Single

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Offset to correct the y-coordinate of text.

The default value is zero.
(Read and Write property)

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


The biggest plugin in space...