Namespace TallComponents.PDF.Layout.Shapes.Barcodes
Class BarcodeShape
Abstract base class of all barcode shapes.
Syntax
        public class BarcodeShape
                 : ContentShape
    
        Constructors
Properties
String Data
            The data that is represented by this barcode.
        
        
            Int32 DataLength
            Maximum length of data. Default: 12.
        
        
            String Display
            The textual representation of the data as it appears with the barcode.
        
        
            Double Height
            The actual height of the barcode. If set to 0 (default), the minimum height will be used.
        
        
            TextLocation Location
            If, and how the textual respresentation of the data is displayed. Default: None.
        
        
            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.
        
        
            Boolean UseQuiteZone
            Add a quiet zone to the left and to the right of the barcode. Default: false.
        
        
            Double Width
            The actual width of the barcode. If set to 0 (default), the minimum width will be used.
        
        
            Double 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.