Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
protected abstract byte[] GetImageBytes(
	ImageFormat imgfmt,
	Size sz
)
Visual Basic
Protected MustOverride Function GetImageBytes ( _
	imgfmt As ImageFormat, _
	sz As Size _
) As Byte()

See Also