Class TableFieldBarcode
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Barcode table field displaying 1D/2D codes with configurable symbology, colors and text rendering.
public class TableFieldBarcode : TableFieldBase
- Inheritance
-
TableFieldBarcode
- Inherited Members
Constructors
TableFieldBarcode(CollectionTableFieldBases)
Creates and appends a barcode field.
public TableFieldBarcode(CollectionTableFieldBases itemCollection)
Parameters
itemCollectionCollectionTableFieldBases
TableFieldBarcode(CollectionTableFieldBases, int)
Creates and inserts a barcode field at the specified index.
public TableFieldBarcode(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
AlignmentVertical
Gets or sets the vertical alignment.
public string AlignmentVertical { get; set; }
Property Value
BarColor
Gets or sets the bar color.
public string BarColor { get; set; }
Property Value
BarRatio
Gets or sets the bar ratio (narrow to wide bar relation where applicable).
public string BarRatio { get; set; }
Property Value
BarcodeType
Gets or sets the barcode symbology.
public LlBarcodeType BarcodeType { get; set; }
Property Value
- LlBarcodeType
Contents
Gets or sets the barcode contents (encoded data).
public string Contents { get; set; }
Property Value
Direction
Gets or sets the print direction/rotation.
public string Direction { get; set; }
Property Value
ExportAsPicture
Gets or sets if the barcode is rasterized for export instead of vector output.
public string ExportAsPicture { get; set; }
Property Value
FixedBarOptions
Gets fixed bar options (module width etc.).
[JsonInclude]
public PropertyFixedBarOptions FixedBarOptions { get; }
Property Value
Font
Gets the text font (if human readable text is enabled).
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
Height
Gets or sets the rendered height.
public string Height { get; set; }
Property Value
MatchDevicePixel
Gets match device pixel settings (optional; null for sources not supporting it).
[JsonInclude]
public PropertyMatchDevicePixel MatchDevicePixel { get; }
Property Value
Source
Gets the barcode data source configuration.
[JsonInclude]
public PropertyTableFieldBarCodeSource Source { get; }
Property Value
WithText
Gets or sets whether human readable text is printed.
public string WithText { get; set; }