Platforms to show: All Mac Windows Linux Cross-Platform

ZintStructuredAppendMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Barcode MBS Barcode Plugin 26.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Structured Append info.
Example
Var z As New BarcodeGeneratorMBS

Var StructuredAppend As New ZintStructuredAppendMBS
StructuredAppend.Index = 1
StructuredAppend.Count = 4
StructuredAppend.id = "123"
z.StructuredAppend = StructuredAppend

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

Var pic As Picture = z.picture
break // check picture in debugger

Ignored unless count is set to non-zero value.

  • 3 properties
    • property Count as Integer
    • property ID as String
    • property Index as Integer

This class has no sub classes.

Blog Entries

Release notes

Some properties using for this class:

Some related classes:


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


ZBarMBS   -   ZintVectorCircleMBS


The biggest plugin in space...