ClassPDF417
Class
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
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.
EncodingMode
Declaration
cs-api-definition
public EncodingMode EncodingMode { get; set; }
Property Value
Methods
OnInternalSymbologyPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Declaration
cs-api-definition
protected override void OnSymbologyPropertyChanged()
Overrides