Class
PDF417

Represents a PDF417 symbology for barcode generation.

Definition

Namespace:Telerik.Maui.Controls.Barcode

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public sealed class PDF417 : SymbologyBase

Inheritance: objectSymbologyBasePDF417

Inherited Members SymbologyBase.AutoChecksumPropertySymbologyBase.ModulePropertySymbologyBase.SizingModePropertySymbologyBase.AutoChecksumSymbologyBase.ModuleSymbologyBase.SizingMode

Constructors

PDF417()

Declaration

cs-api-definition
public PDF417()

Fields

ColumnsProperty

Identifies the Columns property.

Declaration

cs-api-definition
public static readonly BindableProperty ColumnsProperty

Field Value

BindableProperty

ECLevelProperty

Identifies the ECLevel property.

Declaration

cs-api-definition
public static readonly BindableProperty ECLevelProperty

Field Value

BindableProperty

EncodingModeProperty

Identifies the EncodingMode property.

Declaration

cs-api-definition
public static readonly BindableProperty EncodingModeProperty

Field Value

BindableProperty

RowsProperty

Identifies the Rows property.

Declaration

cs-api-definition
public static readonly BindableProperty RowsProperty

Field Value

BindableProperty

Properties

Columns

Gets or sets the number of columns fro the generated barcode.

Declaration

cs-api-definition
public int Columns { get; set; }

Property Value

int

ECLevel

Gets or sets how much data will be available for error correction.

Declaration

cs-api-definition
public int ECLevel { get; set; }

Property Value

int

EncodingMode

Gets or sets the type of the acceptable data.

Declaration

cs-api-definition
public EncodingMode EncodingMode { get; set; }

Property Value

EncodingMode

Rows

Gets or sets the number of rows fro the generated barcode.

Declaration

cs-api-definition
public int Rows { get; set; }

Property Value

int

Methods

OnInternalSymbologyPropertyChanged(string)

Called when a property of the internal symbology changes.

Declaration

cs-api-definition
protected override void OnInternalSymbologyPropertyChanged(string propertyName)

Parameters

propertyName

string

The name of the property that changed.

Overrides SymbologyBase.OnInternalSymbologyPropertyChanged(string)

OnSymbologyPropertyChanged(string)

Called when a property of the symbology changes.

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged(string propertyName)

Parameters

propertyName

string

The name of the property that changed.

Overrides SymbologyBase.OnSymbologyPropertyChanged(string)