BarCodeBrick.BinaryData Property
Gets or sets the byte array to be coded into the PDF417 bar code.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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