BarCodeGeneratorBase.GetDisplayText(IBarCodeData) Method
In This Article
For internal use.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public string GetDisplayText(
IBarCodeData data
)
#Parameters
Name | Type | Description |
---|---|---|
data | IBar |
An object implementing the IBar |
#Returns
Type | Description |
---|---|
String | A String value. |
See Also