menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Barcode1DSetting - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Barcode1DSetting

    Base class for 1 dimensional bar code type settings.

    Inheritance
    System.Object
    Settings
    Barcode1DSetting
    CodabarSetting
    Code11Setting
    Code128ASetting
    Code128BSetting
    Code128CSetting
    Code32Setting
    Code39Setting
    Code93Setting
    UpcBarcodeSetting
    Implements
    IBarcodeSetting
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Barcode
    Assembly: Syncfusion.SfBarcode.Windows.dll
    Syntax
    public abstract class Barcode1DSetting : Settings, IBarcodeSetting

    Constructors

    Barcode1DSetting()

    Initializes Barcode1DSetting class.

    Declaration
    public Barcode1DSetting()

    Properties

    BarHeight

    Gets or sets the height of each bar.

    Declaration
    public double BarHeight { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 80.

    Remarks

    The value is in pixel.

    EnableCheckDigit

    Gets or sets whether to enable check digit.

    Declaration
    public bool EnableCheckDigit { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false.

    EncodeStartStopSymbols

    Gets or sets whether to encode start stop symbols.

    Declaration
    public bool EncodeStartStopSymbols { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true.

    NarrowBarWidth

    Gets or sets the width of the narrow bar in bar code.

    Declaration
    public double NarrowBarWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1.

    Remarks

    The value is in pixel.

    ShowCheckDigit

    Gets or sets whether to display check digit.

    Declaration
    public bool ShowCheckDigit { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false.

    Implements

    IBarcodeSetting
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved