Class SymbologyBase
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Barcode
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SymbologyBase : ISymbology, INotifyPropertyChanged
Constructors
SymbologyBase()
Declaration
protected SymbologyBase()
Properties
AutoChecksum
Gets or sets a value indicating whether the checksum will be automatically added to the end of the text.
Declaration
public bool AutoChecksum { get; set; }
Property Value
System.Boolean
|
Module
Gets or sets a module by which the barcode can be scaled up.
Declaration
public int Module { get; set; }
Property Value
System.Int32
|
Implements
SizingMode
Gets or sets the sizing mode of this barcode symbology.
Declaration
public SizingMode SizingMode { get; set; }
Property Value
SizingMode
|
Implements
Value
Gets the value currently being encoded by the symbology.
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
ArrangeContent(IMeasureContext, RectangleF)
Declaration
public void ArrangeContent(IMeasureContext context, RectangleF bounds)
Parameters
IMeasureContext
context
|
System.Drawing.RectangleF
bounds
|
Implements
CreateElements(IElementFactory, Rectangle)
Declaration
public void CreateElements(IElementFactory factory, Rectangle bounds)
Parameters
IElementFactory
factory
|
System.Drawing.Rectangle
bounds
|
Implements
DecodeValue(String)
Declaration
public DecodeResult DecodeValue(string encodedString)
Parameters
System.String
encodedString
|
Returns
DecodeResult
|
Implements
MeasureContent(IMeasureContext, SizeF)
Declaration
public SizeF MeasureContent(IMeasureContext context, SizeF size)
Parameters
IMeasureContext
context
|
System.Drawing.SizeF
size
|
Returns
System.Drawing.SizeF
|
Implements
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
|
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
ProcessValue(String)
Declaration
public void ProcessValue(string value)
Parameters
System.String
value
|
Implements
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|