Encoder1D
Class
Defines the base class for all 1D barcode encoders.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class Encoder1D : Encoder
Inheritance: objectEncoderEncoder1D
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the Encoder1D class.
C#
public Encoder1D()
Properties
ShowText
bool
Gets or sets a value indicating whether the barcode should display a human-readable text representation of the encoded value.
C#
public bool ShowText { get; set; }
true if the barcode should display text, otherwise false.