StiCode128bBarCodeType Class

Namespace: Stimulsoft.Report.BarCodes

The class describes the Barcode type - Code-128.

Inheritance

Inherits from: StiCode128BarCodeType

Constructors

Constructor Description
StiCode128bBarCodeType()  
StiCode128bBarCodeType(float module, float height)  

StiCode128bBarCodeType()


StiCode128bBarCodeType(module: float, height: float)

Parameters

  • module (float)
  • height (float)

Methods

Method Returns Description
Draw void  

Method Details

Draw

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

Parameters

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