Namespace TallComponents.PDF.Layout.Shapes.Barcodes
Class Code3of9BarcodeShape
Barcode 39 (or 3 of 9) shape.
Syntax
public class Code3of9BarcodeShape
: OneDimensionalBarcodeShape
Constructors
Code3of9BarcodeShape()
Create a new Code 39 (3 of 9) barcode.
Code3of9BarcodeShape(String)
Create a new Code 39 (3 of 9) barcode.
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.