Class Encoder
Defines the base class for all barcode encoders.
Inheritance
System.Object
Encoder
Namespace: Telerik.Reporting.Barcodes
Assembly: Telerik.Reporting.dll
Syntax
public abstract class Encoder
Constructors
Encoder()
Declaration
protected Encoder()
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
A string that represents the current object. |
Overrides
System.Object.ToString()