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

BarCode2DGenerator.Update(String, Byte[]) Method

For internal use.

Namespace: DevExpress.XtraPrinting.BarCode

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

Declaration

public virtual void Update(
    string text,
    byte[] binaryData
)

Parameters

Name Type Description
text String

A String value.

binaryData Byte[]

A Byte array.

See Also