Appearance
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 | |
---|---|
Data | The data that is represented by this barcode. |
DataLength | Maximum length of data. Default: 12. |
Height | The actual height of the barcode. If set to 0 (default), the minimum height will be used. |
Location | If, and how the textual respresentation of the data is displayed. Default: None. |
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. |
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. |
UseQuietZone | Add a quiet zone to the left and to the right of the barcode. Default: false. |
Width | The actual width of the barcode. If set to 0 (default), the minimum width will be used. |
XDimension | The 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. |