Skip to main content

BarCodeGeneratorBase.GetFinalText(IBarCodeData) Method

For internal use.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public string GetFinalText(
    IBarCodeData data
)

Parameters

Name Type Description
data IBarCodeData

An object implementing the IBarCodeData interface.

Returns

Type Description
String

A String value.

See Also