Skip to main content
All docs
V25.1
  • MicroQRCodeGenerator Class

    Generates a Micro QR Code barcode.

    Namespace: DevExpress.XtraPrinting.BarCode

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public class MicroQRCodeGenerator :
        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
    See Also