Skip to main content

BarCodeBrick.BinaryData Property

Gets or sets the byte array to be coded into the PDF417 bar code.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public byte[] BinaryData { get; set; }

Property Value

Type Description
Byte[]

An array of Byte values.

Remarks

The BinaryData property comes into effect when the PDF417Generator.CompactionMode property is set to Binary.

Implements

See Also