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

BarCodeGeneratorBase.GetDisplayText(IBarCodeData) Method

For internal use.

Namespace: DevExpress.XtraPrinting.BarCode

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

Declaration

public string GetDisplayText(
    IBarCodeData data
)

Parameters

Name Type Description
data IBarCodeData

An object implementing the IBarCodeData interface.

Returns

Type Description
String

A String value.

See Also