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