Back to Devexpress

MicroQRCodeGenerator Class

corelibraries-devexpress-dot-xtraprinting-dot-barcode-31f0820e.md

latest1.7 KB
Original Source

MicroQRCodeGenerator Class

Generates a Micro QR Code barcode.

Namespace : DevExpress.XtraPrinting.BarCode

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class MicroQRCodeGenerator :
    BarCode2DGenerator
vb
Public Class MicroQRCodeGenerator
    Inherits BarCode2DGenerator

Remarks

Refer to the following topic for details on this barcode type: Micro QR Code.

The following code creates a Micro QR Code barcode and specifies its properties:

View Example: How to Add a Barcode to a Report

Inheritance

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BarCodeGeneratorBase BarCode2DGenerator MicroQRCodeGenerator

See Also

MicroQRCodeGenerator Members

DevExpress.XtraPrinting.BarCode Namespace