menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Barcode

    Show / Hide Table of Contents

    Class Barcode

    Represents the Barcode UI element.

    Inheritance
    System.Object
    CommonControl
    Barcode
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class Barcode : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    Barcode()

    Declaration
    public Barcode()

    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
    Type Description
    BarcodeProperties

    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
    Type Description
    BarcodeSymbolType

    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
    CommonControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonControl.LoadViewState(Object)

    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
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    Events

    Load

    Declaration
    public event Barcode.BarcodeEventHandler Load
    Event Type
    Type Description
    Barcode.BarcodeEventHandler

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved