Namespace TallComponents.PDF.Layout.Shapes.Barcodes
Class Code2of5InterleavedBarcodeShape
Shape for the Interleaved 2 of 5 barcode.
Syntax
public class Code2of5InterleavedBarcodeShape
: OneDimensionalBarcodeShape
Constructors
Code2of5InterleavedBarcodeShape()
Create a new Code 2 of 5 Interleaved bar code.
Code2of5InterleavedBarcodeShape(String)
Create a new Code 2 of 5 Interleaved bar code.
Properties
Boolean Checksum
If set, a checksum is appended to the barcode. Default: false.
String Display
The textual representation of the data as it appears with the barcode.
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.
Double WideNarrowRatio
The ration of wide bars/spaces and narrow bars/spaces.