menu

UWP

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

    Show / Hide Table of Contents

    Class BidimensionalBarcode

    Represent the base class for all two-dimensional barcodes.

    Inheritance
    System.Object
    BidimensionalBarcode
    DataMatrixBarcode
    QRBarcode
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.dll
    Syntax
    public abstract class BidimensionalBarcode : Object
    Remarks

    This class provides the base class for QRBarcode and DataMatrixBarcode

    Constructors

    BidimensionalBarcode()

    Initializes two dimensional barcode.

    Declaration
    public BidimensionalBarcode()

    Properties

    Text

    Gets or sets the data.

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

    XDimension

    Gets or sets the dimension for the barcode.

    Declaration
    public float XDimension { get; set; }
    Property Value
    Type
    System.Single

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved