menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class BarcodeProperties

    Inheritance
    System.Object
    EJTagHelper
    BarcodeProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class BarcodeProperties : EJTagHelper

    Constructors

    BarcodeProperties()

    Declaration
    public BarcodeProperties()

    Properties

    BarcodeToTextGapHeight

    Declaration
    [JsonProperty("barcodeToTextGapHeight")]
    public int BarcodeToTextGapHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    BarHeight

    Declaration
    [JsonProperty("barHeight")]
    public int BarHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    DarkBarColor

    Declaration
    [JsonProperty("darkBarColor")]
    public string DarkBarColor { get; set; }
    Property Value
    Type Description
    System.String

    DisplayText

    Declaration
    [JsonProperty("displayText")]
    public bool DisplayText { get; set; }
    Property Value
    Type Description
    System.Boolean

    Enabled

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EncodeStartStopSymbol

    Declaration
    [JsonProperty("encodeStartStopSymbol")]
    public bool EncodeStartStopSymbol { get; set; }
    Property Value
    Type Description
    System.Boolean

    LightBarColor

    Declaration
    [JsonProperty("lightBarColor")]
    public string LightBarColor { get; set; }
    Property Value
    Type Description
    System.String

    Load

    Declaration
    [JsonProperty("load")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    NarrowBarWidth

    Declaration
    [JsonProperty("narrowBarWidth")]
    public int NarrowBarWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    QuietZone

    Declaration
    [JsonProperty("quietZone")]
    public object QuietZone { get; set; }
    Property Value
    Type Description
    System.Object

    SymbologyType

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("symbologyType")]
    public BarcodeSymbolType SymbologyType { get; set; }
    Property Value
    Type Description
    BarcodeSymbolType

    Text

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextColor

    Declaration
    [JsonProperty("textColor")]
    public string TextColor { get; set; }
    Property Value
    Type Description
    System.String

    WideBarWidth

    Declaration
    [JsonProperty("wideBarWidth")]
    public int WideBarWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    XDimension

    Declaration
    [JsonProperty("xDimension")]
    public int XDimension { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()

    ShouldSerializeQuietZone()

    Declaration
    public bool ShouldSerializeQuietZone()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved