Skip to main content
All docs
V25.1
  • MicroQRCodeGenerator(MicroQRCodeGenerator) Constructor

    Initializes a new instance of the MicroQRCodeGenerator class with specified settings.

    Namespace: DevExpress.XtraPrinting.BarCode

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public MicroQRCodeGenerator(
        MicroQRCodeGenerator source
    )

    Parameters

    Name Type Description
    source MicroQRCodeGenerator

    A MicroQRCodeGenerator object.

    See Also