StiGS1QRCodeBarCodeType Class

Namespace: Stimulsoft.Report.BarCodes

Inheritance

Inherits from: StiQRCodeBarCodeType

Constructors

Constructor Description
StiGS1QRCodeBarCodeType()  
StiGS1QRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize)  

StiGS1QRCodeBarCodeType()


StiGS1QRCodeBarCodeType(module: float, errorCorrectionLevel: StiQRCodeErrorCorrectionLevel, matrixSize: StiQRCodeSize)

Parameters

Properties

Property Type Description
Image Image  
ImageMultipleFactor double  

Methods

Method Returns Description
Draw void  
GetBarcodeImage static Image  

Method Details

Draw

Draw(context: object, barCode: StiBarCode, rect: RectangleF, zoom: float): void

Parameters

  • context (object)
  • barCode (StiBarCode)
  • rect (RectangleF)
  • zoom (float)

GetBarcodeImage static

GetBarcodeImage(code: string, zoom: int): Image

Parameters

  • code (string)
  • zoom (int)

Returns Image