Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Barcode1DSettings - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Barcode1DSettings

    Base class for 1 dimensional bar code type settings.

    Inheritance
    System.Object
    Settings
    Barcode1DSettings
    CodabarSettings
    Code11Settings
    Code128ASettings
    Code128BSettings
    Code128CSettings
    Code32Settings
    Code39Settings
    Code93Settings
    UpcBarcodeSettings
    Implements
    IBarcodeSetting
    Namespace: Com.Syncfusion.Barcode
    Assembly: Syncfusion.SfBarcode.Android.dll
    Syntax
    public abstract class Barcode1DSettings : Settings, IBarcodeSetting

    Constructors

    Barcode1DSettings()

    Initializes Barcode1DSetting class.

    Declaration
    public Barcode1DSettings()

    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 - 2021 Syncfusion Inc. All Rights Reserved