Encoder
Class
Defines the base class for all barcode encoders.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class Encoder
Inheritance: objectEncoder
Derived Classes:
Constructors
C#
protected Encoder()
Methods
ToString()
string
Returns a string that represents the current object.
C#
public override string ToString()
string
A string that represents the current object.
Overrides: