Table of Contents

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

itemCollection CollectionTableFieldBases

TableFieldBarcode(CollectionTableFieldBases, int)

Creates and inserts a barcode field at the specified index.

public TableFieldBarcode(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

AlignmentVertical

Gets or sets the vertical alignment.

public string AlignmentVertical { get; set; }

Property Value

string

BarColor

Gets or sets the bar color.

public string BarColor { get; set; }

Property Value

string

BarRatio

Gets or sets the bar ratio (narrow to wide bar relation where applicable).

public string BarRatio { get; set; }

Property Value

string

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

string

Direction

Gets or sets the print direction/rotation.

public string Direction { get; set; }

Property Value

string

ExportAsPicture

Gets or sets if the barcode is rasterized for export instead of vector output.

public string ExportAsPicture { get; set; }

Property Value

string

FixedBarOptions

Gets fixed bar options (module width etc.).

[JsonInclude]
public PropertyFixedBarOptions FixedBarOptions { get; }

Property Value

PropertyFixedBarOptions

Font

Gets the text font (if human readable text is enabled).

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

Height

Gets or sets the rendered height.

public string Height { get; set; }

Property Value

string

MatchDevicePixel

Gets match device pixel settings (optional; null for sources not supporting it).

[JsonInclude]
public PropertyMatchDevicePixel MatchDevicePixel { get; }

Property Value

PropertyMatchDevicePixel

Source

Gets the barcode data source configuration.

[JsonInclude]
public PropertyTableFieldBarCodeSource Source { get; }

Property Value

PropertyTableFieldBarCodeSource

WithText

Gets or sets whether human readable text is printed.

public string WithText { get; set; }

Property Value

string