Skip to main content
All docs
V24.2

MicroQRCodeGenerator(MicroQRCodeGenerator) Constructor

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

Namespace: DevExpress.XtraPrinting.BarCode

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

Declaration

public MicroQRCodeGenerator(
    MicroQRCodeGenerator source
)

Parameters

Name Type Description
source MicroQRCodeGenerator

A MicroQRCodeGenerator object.

See Also