Class PDF417
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Barcode
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class PDF417 : SymbologyBase
Constructors
PDF417()
Declaration
public PDF417()
Fields
ColumnsProperty
Declaration
public static readonly BindableProperty ColumnsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ECLevelProperty
Declaration
public static readonly BindableProperty ECLevelProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
EncodingModeProperty
Declaration
public static readonly BindableProperty EncodingModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RowsProperty
Declaration
public static readonly BindableProperty RowsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Columns
Gets or sets the number of columns fro the generated barcode.
Declaration
public int Columns { get; set; }
Property Value
System.Int32
|
ECLevel
Gets or sets how much data will be available for error correction.
Declaration
public int ECLevel { get; set; }
Property Value
System.Int32
|
EncodingMode
Gets or sets the type of the acceptable data.
Declaration
public EncodingMode EncodingMode { get; set; }
Property Value
EncodingMode
|
Rows
Gets or sets the number of rows fro the generated barcode.
Declaration
public int Rows { get; set; }
Property Value
System.Int32
|
Methods
OnInternalSymbologyPropertyChanged(String)
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnSymbologyPropertyChanged(String)
Declaration
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|