Class Barcode
Represents the Barcode UI element.
Inheritance
System.Object
Barcode
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class Barcode : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
Barcode()
Declaration
Properties
BarcodeToTextGapHeight
Declaration
public int BarcodeToTextGapHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BarHeight
Declaration
public int BarHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DarkBarColor
Declaration
public string DarkBarColor { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayText
Declaration
public bool DisplayText { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EncodeStartStopSymbol
Declaration
public bool EncodeStartStopSymbol { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LightBarColor
Declaration
public string LightBarColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Model
Declaration
public BarcodeProperties Model { get; set; }
Property Value
NarrowBarWidth
Declaration
public int NarrowBarWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
QuietZone
Declaration
public object QuietZone { get; set; }
Property Value
Type |
Description |
System.Object |
|
SymbologyType
Declaration
public BarcodeSymbolType SymbologyType { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextColor
Declaration
public string TextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
WideBarWidth
Declaration
public int WideBarWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
XDimension
Declaration
public int XDimension { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
DependentScripts()
Declaration
public List<string> DependentScripts()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
GetDependentFiles()
Declaration
public override List<string> GetDependentFiles()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Overrides
LoadViewState(Object)
Declaration
protected override void LoadViewState(object state)
Parameters
Type |
Name |
Description |
System.Object |
state |
|
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
PostBackEventHandler(String, Dictionary<String, Object>)
Declaration
public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
Parameters
Type |
Name |
Description |
System.String |
EventName |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Render()
Declaration
Returns
Type |
Description |
System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
Events
Load
Declaration
public event Barcode.BarcodeEventHandler Load
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService