Class
PDF417

Represents the PDF417 symbology type.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class PDF417 : SymbologyBase

Inheritance: objectInheritanceContextPropagatorSymbologyBasePDF417

Inherited Members SymbologyBase.AutoChecksumPropertySymbologyBase.ModulePropertySymbologyBase.SizingModePropertySymbologyBase.AutoChecksumSymbologyBase.ModuleSymbologyBase.SizingMode

Constructors

PDF417()

Declaration

cs-api-definition
public PDF417()

Fields

ColumnsProperty

Registers the Columns dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnsProperty

Field Value

DependencyProperty

EncodingModeProperty

Registers the EncodingMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EncodingModeProperty

Field Value

DependencyProperty

ErrorCorrectionLevelProperty

Registers the ErrorCorrectionLevel dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ErrorCorrectionLevelProperty

Field Value

DependencyProperty

RowsProperty

Registers the Rows dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowsProperty

Field Value

DependencyProperty

Properties

Columns

Gets or sets the number of columns of the generated barcode.

Declaration

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

Property Value

int

EncodingMode

Gets or sets the type of the acceptable data.

Declaration

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

Property Value

EncodingMode

ErrorCorrectionLevel

Gets or sets how much data will be available for error correction.

Declaration

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

Property Value

int

Rows

Gets or sets the number of rows of the generated barcode.

Declaration

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

Property Value

int

Methods

OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology model changes.

Declaration

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

Parameters

propertyName

string

Overrides SymbologyBase.OnSymbologyModelPropertyChanged(string)

OnSymbologyPropertyChanged()

Occurs when a property of the symbology changes.

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged()

Overrides SymbologyBase.OnSymbologyPropertyChanged()