alexa
menu

UWP

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

    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
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved