Click or drag to resize

StiBarCodeTypeServiceBaseMeasureString Method

[Missing <summary> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseMeasureString(System.Object,System.String,System.Drawing.Font)"]

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual SizeF BaseMeasureString(
	Object context,
	string st,
	Font font
)

Parameters

context
Type: SystemObject

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

st
Type: SystemString

[Missing <param name="st"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseMeasureString(System.Object,System.String,System.Drawing.Font)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseMeasureString(System.Object,System.String,System.Drawing.Font)"]

Return Value

Type: SizeF

[Missing <returns> documentation for "M:Stimulsoft.Report.BarCodes.StiBarCodeTypeService.BaseMeasureString(System.Object,System.String,System.Drawing.Font)"]

See Also