Class PDF417
Inherited Members
Namespace: Telerik.Maui.Controls.Barcode
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class PDF417 : SymbologyBase
Constructors
PDF417()
Declaration
public PDF417()
Fields
ColumnsProperty
Identifies the Columns property.
Declaration
public static readonly BindableProperty ColumnsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ECLevelProperty
Identifies the ECLevel property.
Declaration
public static readonly BindableProperty ECLevelProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
EncodingModeProperty
Identifies the EncodingMode property.
Declaration
public static readonly BindableProperty EncodingModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RowsProperty
Identifies the Rows property.
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
|