Click or drag to resize

StiQRCodeBarCodeType Constructor (Single, StiQRCodeErrorCorrectionLevel, StiQRCodeSize)

Initializes a new instance of the StiQRCodeBarCodeType class

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiQRCodeBarCodeType(
	float module,
	StiQRCodeErrorCorrectionLevel errorCorrectionLevel,
	StiQRCodeSize matrixSize
)

Parameters

module
Type: SystemSingle

[Missing <param name="module"/> documentation for "M:Stimulsoft.Report.BarCodes.StiQRCodeBarCodeType.#ctor(System.Single,Stimulsoft.Report.BarCodes.StiQRCodeErrorCorrectionLevel,Stimulsoft.Report.BarCodes.StiQRCodeSize)"]

errorCorrectionLevel
Type: Stimulsoft.Report.BarCodesStiQRCodeErrorCorrectionLevel

[Missing <param name="errorCorrectionLevel"/> documentation for "M:Stimulsoft.Report.BarCodes.StiQRCodeBarCodeType.#ctor(System.Single,Stimulsoft.Report.BarCodes.StiQRCodeErrorCorrectionLevel,Stimulsoft.Report.BarCodes.StiQRCodeSize)"]

matrixSize
Type: Stimulsoft.Report.BarCodesStiQRCodeSize

[Missing <param name="matrixSize"/> documentation for "M:Stimulsoft.Report.BarCodes.StiQRCodeBarCodeType.#ctor(System.Single,Stimulsoft.Report.BarCodes.StiQRCodeErrorCorrectionLevel,Stimulsoft.Report.BarCodes.StiQRCodeSize)"]

See Also