Xamarin.Android

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

    Show / Hide Table of Contents

    Class QRInputMode

    Specifies the Barcode Input Mode.

    Inheritance
    System.Object
    QRInputMode
    Namespace: Com.Syncfusion.Barcode.Enums
    Assembly: Syncfusion.SfBarcode.Android.dll
    Syntax
    public sealed class QRInputMode : Enum

    Fields

    AlphaNumericMode

    The Input may contain Numeric Values, Alphabets(Upper case only), SPACE, $, %, *, +, -, ., /, :

    Declaration
    public const QRInputMode AlphaNumericMode
    Field Value
    Type Description
    QRInputMode

    BinaryMode

    The Input may contain all the ASCII values

    Declaration
    public const QRInputMode BinaryMode
    Field Value
    Type Description
    QRInputMode

    NumericMode

    The Input only contains the Numeric Values(0,1,2,3,4,5,6,7,8,9).

    Declaration
    public const QRInputMode NumericMode
    Field Value
    Type Description
    QRInputMode

    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