Namespace TallComponents.PDF.Layout.Shapes.Barcodes
Class Code128BarcodeShape
Barcode 128 shape.
Syntax
public class Code128BarcodeShape
: OneDimensionalBarcodeShape
Constructors
Code128BarcodeShape()
Create a new Code 128 barcode.
Code128BarcodeShape(String)
Create a new Code 128 barcode.
Properties
Code128CharacterSet CharacterSet
The character set this Code 128 barcode will use. (default=B)
String Display
The textual representation of the data as it appears with the barcode.
Boolean GS1Compatible
Whether this barcode is GS1-128 compatibly (default false).
Double MinimumHeight
The recommended minimum height (in points) of the barcode given the current settings.
It is possible to set the height smaller than the minimum height but then the content
will be clipped.
Double MinimumWidth
The recommended minimum width (in points) of the barcode given the current settings.
It is possible to set the width smaller than the minimum width but then the content
will be clipped.
Double QuiteZone
The effective width of the quiet zone in points. The quiet zone is the empty space at
both the left and right side of the bar code. Property Width includes the quiet zone.