menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QRInputMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QRInputMode

    Specifies the SfBarcode input mode.

    Inheritance
    System.Object
    QRInputMode
    Namespace: Syncfusion.UI.Xaml.Barcode
    Assembly: Syncfusion.Barcode.WinUI.dll
    Syntax
    public sealed class QRInputMode : Enum

    Fields

    AlphaNumericMode

    The Input contain numeric values [0-9], [A-Z], SPACE, $, %, *, +, -, ., /, :

    Declaration
    public const QRInputMode AlphaNumericMode
    Field Value
    Type
    QRInputMode

    BinaryMode

    The Input contain all the ASCII values

    Declaration
    public const QRInputMode BinaryMode
    Field Value
    Type
    QRInputMode

    NumericMode

    The Input only contains the numeric values [0-9].

    Declaration
    public const QRInputMode NumericMode
    Field Value
    Type
    QRInputMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved