Skip to main content

BarCode.ShowText Property

Indicates whether the code text is shown.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public bool ShowText { get; }

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