menu

WPF

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

    Show / Hide Table of Contents

    Class BidimensionalBarcode

    Base class for all two dimensional barcodes.

    Inheritance
    System.Object
    BidimensionalBarcode
    DataMatrixBarcode
    QRBarcode
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.WPF.dll
    Syntax
    public abstract class BidimensionalBarcode

    Constructors

    BidimensionalBarcode()

    Initializes two dimensional barcode.

    Declaration
    public BidimensionalBarcode()

    Properties

    BackColor

    Gets or sets BackColor for the barcode.

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    ForeColor

    Gets or sets the foreground color of the barcode.

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    QuietZone

    Gets or sets Quietzone for the barcode.

    Declaration
    public BarcodeQuietZones QuietZone { get; set; }
    Property Value
    Type
    BarcodeQuietZones

    Text

    Gets or sets the barcode text.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved