ClassPDF417
Represents the PDF417 symbology type.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public sealed class PDF417 : SymbologyBase
Inheritance: objectInheritanceContextPropagatorSymbologyBasePDF417
Inherited Members
Constructors
PDF417()
Declaration
public PDF417()
Fields
ColumnsProperty
Registers the Columns dependency property.
Declaration
public static readonly DependencyProperty ColumnsProperty
Field Value
DependencyProperty
EncodingModeProperty
Registers the EncodingMode dependency property.
Declaration
public static readonly DependencyProperty EncodingModeProperty
Field Value
DependencyProperty
ErrorCorrectionLevelProperty
Registers the ErrorCorrectionLevel dependency property.
Declaration
public static readonly DependencyProperty ErrorCorrectionLevelProperty
Field Value
DependencyProperty
RowsProperty
Registers the Rows dependency property.
Declaration
public static readonly DependencyProperty RowsProperty
Field Value
DependencyProperty
Properties
Columns
Gets or sets the number of columns of the generated barcode.
EncodingMode
Gets or sets the type of the acceptable data.
Declaration
public EncodingMode EncodingMode { get; set; }
Property Value
ErrorCorrectionLevel
Gets or sets how much data will be available for error correction.
Methods
OnSymbologyModelPropertyChanged(string)
Occurs when a property of the symbology model changes.
Declaration
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
protected override void OnSymbologyPropertyChanged()
Overrides