Class
PDF417

Represents the PDF417 symbology type.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public sealed class PDF417 : SymbologyBase

Inheritance: objectSymbologyBasePDF417

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

ECLevelProperty

Registers the ECLevel dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ECLevelProperty

Field Value

DependencyProperty

EncodingModeProperty

Registers the EncodingMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EncodingModeProperty

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 fro the generated barcode.

Declaration

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

Property Value

int

ECLevel

Declaration

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

Property Value

int

EncodingMode

Declaration

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

Property Value

EncodingMode

Rows

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

Declaration

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

Property Value

int

Methods

OnInternalSymbologyPropertyChanged(string)

Declaration

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

Parameters

propertyName

string

Overrides SymbologyBase.OnInternalSymbologyPropertyChanged(string)

OnSymbologyPropertyChanged()

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged()

Overrides SymbologyBase.OnSymbologyPropertyChanged()