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

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

    Namespace: DevExpress.XtraPrinting.BarCode

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public AztecCodeGenerator(
        AztecCodeGenerator source
    )

    Parameters

    Name Type Description
    source AztecCodeGenerator

    A AztecCodeGenerator object.

    See Also