BarCode.ShowText Property
In This Article
Indicates whether the code text is shown.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the code text is displayed; otherwise, false. |
#Remarks
To display the code text, set the BarCodeGeneratorOptions.ShowCodeText property to true.
See Also