Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

BarcodeShapeModel Class

csharp
public abstract class BarcodeShapeModel : TallComponents.UnoPdf.Client.Models.Pdf.Shapes.ContentShapeModel

Inheritance System.Object 🡒 ShapeModel 🡒 ContentShapeModel 🡒 BarcodeShapeModel

Derived
Code2of5InterleavedBarcodeShapeModel
Code3of9BarcodeShapeModel

Properties
DataThe data that is represented by this barcode.
DataLengthMaximum length of data. Default: 12.
HeightThe actual height of the barcode. If set to 0 (default), the minimum height will be used.
LocationIf, and how the textual respresentation of the data is displayed. Default: None.
MinimumHeightThe 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.
MinimumWidthThe 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.
UseQuietZoneAdd a quiet zone to the left and to the right of the barcode. Default: false.
WidthThe actual width of the barcode. If set to 0 (default), the minimum width will be used.
XDimensionThe x-dimension (narrowest element of a bar code symbol) in mils.
1 mil = 0.001 inch. E.g. A 7.5 mil x-dimension means that the most narrow
bar code element measures 0.0075 inches. Default: 13.5.