ClassPDF417
Represents a PDF417 symbology for barcode generation.
Definition
Namespace:Telerik.Maui.Controls.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
public sealed class PDF417 : SymbologyBase
Inheritance: objectSymbologyBasePDF417
Inherited Members
Constructors
PDF417()
Declaration
public PDF417()
Fields
ColumnsProperty
Identifies the Columns property.
Declaration
public static readonly BindableProperty ColumnsProperty
Field Value
BindableProperty
ECLevelProperty
Identifies the ECLevel property.
Declaration
public static readonly BindableProperty ECLevelProperty
Field Value
BindableProperty
EncodingModeProperty
Identifies the EncodingMode property.
Declaration
public static readonly BindableProperty EncodingModeProperty
Field Value
BindableProperty
RowsProperty
Identifies the Rows property.
Declaration
public static readonly BindableProperty RowsProperty
Field Value
BindableProperty
Properties
Columns
Gets or sets the number of columns fro the generated barcode.
ECLevel
Gets or sets how much data will be available for error correction.
EncodingMode
Gets or sets the type of the acceptable data.
Declaration
public EncodingMode EncodingMode { get; set; }
Property Value
Methods
OnInternalSymbologyPropertyChanged(string)
Called when a property of the internal symbology changes.
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides
OnSymbologyPropertyChanged(string)
Called when a property of the symbology changes.
Declaration
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides