Skip to main content
A newer version of this page is available. .

BarCodeBrick.BinaryData Property

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

Namespace: DevExpress.XtraPrinting

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

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.

See Also