Back to Devexpress

BarCode.ShowText Property

officefileapi-devexpress-dot-barcodes-dot-barcode-c726f7d9.md

latest1.1 KB
Original Source

BarCode.ShowText Property

Indicates whether the code text is shown.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public bool ShowText { get; }
vb
Public ReadOnly Property ShowText As Boolean

Property Value

TypeDescription
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

BarCode Class

BarCode Members

DevExpress.BarCodes Namespace