Table of Contents

Class ObjectBarcode

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a barcode object within a report including frame, source definition, font, fixed bar options and visual settings.

public class ObjectBarcode : ObjectBase
Inheritance
ObjectBarcode
Inherited Members

Constructors

ObjectBarcode(CollectionObjectBases)

Creates a new barcode object appended to the specified collection.

public ObjectBarcode(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

ObjectBarcode(CollectionObjectBases, int)

Creates a new barcode object at the given index within the collection.

public ObjectBarcode(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases
index int

Properties

BarColor

Gets or sets the bar color.

public string BarColor { get; set; }

Property Value

string

BarRatio

Gets or sets the bar width ratio (narrow to wide modules).

public string BarRatio { get; set; }

Property Value

string

Direction

Gets or sets the barcode direction/orientation.

public string Direction { get; set; }

Property Value

string

ExportAsPicture

Gets or sets whether the barcode is exported as a picture.

public string ExportAsPicture { get; set; }

Property Value

string

FixedBarOptions

Gets fixed bar specific options.

[JsonInclude]
public PropertyFixedBarOptions FixedBarOptions { get; }

Property Value

PropertyFixedBarOptions

Font

Gets the font used for human readable text.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

Frame

Gets the frame styling of the barcode.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame

LinkUrl

Gets or sets the hyperlink URL associated with the barcode.

public string LinkUrl { get; set; }

Property Value

string

MatchDevicePixel

Gets the match device pixel settings for raster adaptation.

[JsonInclude]
public PropertyMatchDevicePixel MatchDevicePixel { get; }

Property Value

PropertyMatchDevicePixel

Source

Gets the polymorphic barcode source definition.

[JsonInclude]
public PropertyBarcodeSource Source { get; }

Property Value

PropertyBarcodeSource

UseDefSize

Gets or sets whether default size should be used.

public string UseDefSize { get; set; }

Property Value

string

WithText

Gets or sets whether human readable text is printed beneath the barcode.

public string WithText { get; set; }

Property Value

string