Class
SymbologyBase

Base class for defining a symbology type. A symbology defines the format/algorithm used to convert the Value of the Barcode to a visual barcode representation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class SymbologyBase : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorSymbologyBase

Derived Classes: DataMatrixPDF417QRCodeSwissQRCodeSymbology1DBase

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

SymbologyBase()

Declaration

cs-api-definition
protected SymbologyBase()

Fields

AutoChecksumProperty

Registers the AutoChecksum dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutoChecksumProperty

Field Value

DependencyProperty

ModuleProperty

Registers the Module dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ModuleProperty

Field Value

DependencyProperty

SizingModeProperty

Registers the SizingMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SizingModeProperty

Field Value

DependencyProperty

Properties

AutoChecksum

Gets or sets a value indicating whether the checksum will be automatically added to the end of the text.

Declaration

cs-api-definition
public bool AutoChecksum { get; set; }

Property Value

bool

Module

Gets or sets the module of the barcode.

Declaration

cs-api-definition
public int Module { get; set; }

Property Value

int

SizingMode

Gets or sets the sizing mode of this barcode symbology.

Declaration

cs-api-definition
public SizingMode SizingMode { get; set; }

Property Value

SizingMode

Methods

OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology model changes.

Declaration

cs-api-definition
protected virtual void OnSymbologyModelPropertyChanged(string propertyName)

Parameters

propertyName

string

OnSymbologyPropertyChanged()

Occurs when a property of the symbology changes.

Declaration

cs-api-definition
protected virtual void OnSymbologyPropertyChanged()