Click or drag to resize

StiQRCodeBarCodeType Constructor (Single, StiQRCodeErrorCorrectionLevel, StiQRCodeSize, Image, Double)

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,
	Image image,
	double imageMultipleFactor
)

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,System.Drawing.Image,System.Double)"]

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,System.Drawing.Image,System.Double)"]

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,System.Drawing.Image,System.Double)"]

image
Type: System.DrawingImage

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

imageMultipleFactor
Type: SystemDouble

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

See Also