ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QRCodeGenerator - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QRCodeGenerator

    Inheritance
    System.Object
    EJTagHelper
    QRCodeGenerator
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.BarcodeGenerator
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class QRCodeGenerator : EJTagHelper

    Constructors

    QRCodeGenerator()

    Declaration
    public QRCodeGenerator()

    Properties

    BackgroundColor

    Defines the background color of the QR code.

    Declaration
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    DisplayText

    Defines the text properties for the QR code.

    Declaration
    public QRCodeGeneratorDisplayText DisplayText { get; set; }
    Property Value
    Type Description
    QRCodeGeneratorDisplayText

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    ErrorCorrectionLevel

    Defines the error correction level of the QR code.

    Declaration
    public ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
    Property Value
    Type Description
    ErrorCorrectionLevel

    ForeColor

    Defines the forecolor of the QR code.

    Declaration
    public string ForeColor { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Defines the height of the QR code model.

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    Invalid

    Triggers if you enter any invalid character.

    Declaration
    public string Invalid { get; set; }
    Property Value
    Type Description
    System.String

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    Margin

    Defines the margin properties for the QR code.

    Declaration
    public QRCodeGeneratorMargin Margin { get; set; }
    Property Value
    Type Description
    QRCodeGeneratorMargin

    Mode

    Defines the QR code rendering mode.

    Declaration
    public RenderingMode Mode { get; set; }
    Property Value
    Type Description
    RenderingMode

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    Value

    Defines the type of barcode to be rendered.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Version

    Defines the version of the QR code.

    Declaration
    public QRCodeVersion Version { get; set; }
    Property Value
    Type Description
    QRCodeVersion

    Width

    Defines the width of the QR code model.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    XDimension

    Defines the xDimension of the QR code model.

    Declaration
    public double XDimension { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved