Click or drag to resize

StiBarCodeTypeServiceDrawBars Method

Draws content of bar code.

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected void DrawBars(
	Object context,
	string sym,
	StiBrush foreBrush
)

Parameters

context
Type: SystemObject

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBars(System.Object,System.String,Stimulsoft.Base.Drawing.StiBrush)"]

sym
Type: SystemString

[Missing <param name="sym"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBars(System.Object,System.String,Stimulsoft.Base.Drawing.StiBrush)"]

foreBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="foreBrush"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.DrawBars(System.Object,System.String,Stimulsoft.Base.Drawing.StiBrush)"]

See Also