alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFBarcode1DSettings

    Base class for one dimensional bar code type settings.

    Inheritance
    System.Object
    SFBarcodeSettings
    SFBarcode1DSettings
    SFCodaBarSettings
    SFCode11Settings
    SFCode128ASettings
    SFCode128BSettings
    SFCode128CSettings
    SFCode32Settings
    SFCode39ExtendedSettings
    SFCode39Settings
    SFCode93ExtendedSettings
    SFCode93Settings
    SFUpcBarcodeSettings
    Namespace: Syncfusion.SfBarcode.iOS
    Assembly: Syncfusion.SfBarcode.iOS.dll
    Syntax
    public class SFBarcode1DSettings : SFBarcodeSettings

    Constructors

    SFBarcode1DSettings()

    Initializes Barcode1DSettings class.

    Declaration
    public SFBarcode1DSettings()

    Properties

    BarHeight

    Gets or sets the height of each bar.

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

    The default value is 80.

    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 nfloat NarrowBarWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    The default value is 1.

    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.

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