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

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

    Namespace: DevExpress.XtraPrinting.BarCode

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

    Declaration

    public MicroQRCodeGenerator(
        MicroQRCodeGenerator source
    )

    Parameters

    Name Type Description
    source MicroQRCodeGenerator

    A MicroQRCodeGenerator object.

    See Also