Click or drag to resize

IEncoderOptionsShowText Property

Gets or sets a flag to indicate whether the text of the barcode should be included when the barcode is rendered. This flag will only apply to formats that support printing of text labels.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
bool ShowText { get; set; }

Property Value

Type: Boolean
See Also