Skip to main content

BarCodeControl.BinaryData Property

Gets or sets the array of byte to be coded into the PDF417 or ECC200 bar code. This is a dependency property.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("$new byte[] { }")]
public byte[] BinaryData { get; set; }

Property Value

Type Description
Byte[]

An array which should be coded with bar code’s symbology.

Remarks

Use the BinaryData property to code an array of byte into the PDF417 or ECC200 bar code (when their CompactionMode is set to Binary).

See Also