Xamarin.Forms

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

    Show / Hide Table of Contents

    Class BarcodeSymbolType

    Specifies BarcodeSymbolType.

    Inheritance
    System.Object
    BarcodeSymbolType
    Namespace: Syncfusion.SfBarcode.XForms
    Assembly: Syncfusion.SfBarcode.XForms.dll
    Syntax
    public sealed class BarcodeSymbolType : Enum

    Fields

    CodaBar

    This returns CodaBar as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType CodaBar
    Field Value
    Type Description
    BarcodeSymbolType

    Code11

    This returns Code11 as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code11
    Field Value
    Type Description
    BarcodeSymbolType

    Code128A

    This returns Code128A as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code128A
    Field Value
    Type Description
    BarcodeSymbolType

    Code128B

    This returns Code128B as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code128B
    Field Value
    Type Description
    BarcodeSymbolType

    Code128C

    This returns Code128C as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code128C
    Field Value
    Type Description
    BarcodeSymbolType

    Code32

    This returns Code32 as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code32
    Field Value
    Type Description
    BarcodeSymbolType

    Code39

    This returns Code39 as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code39
    Field Value
    Type Description
    BarcodeSymbolType

    Code39Extended

    This returns Code39Extended as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code39Extended
    Field Value
    Type Description
    BarcodeSymbolType

    Code93

    This returns Code93 as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code93
    Field Value
    Type Description
    BarcodeSymbolType

    Code93Extended

    This returns Code93Extended as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType Code93Extended
    Field Value
    Type Description
    BarcodeSymbolType

    DataMatrix

    This returns DataMatrix as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType DataMatrix
    Field Value
    Type Description
    BarcodeSymbolType

    QRCode

    This returns QRCode as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType QRCode
    Field Value
    Type Description
    BarcodeSymbolType

    UpcBarcode

    This returns UpcBarcode as Barcode symbol type.

    Declaration
    public const BarcodeSymbolType UpcBarcode
    Field Value
    Type Description
    BarcodeSymbolType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved