Click or drag to resize

BarCodeControl Render Method

Render this control to the output parameter specified.

Namespace: Spire.Barcode.WebUI
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
protected override void Render(
	HtmlTextWriter output
)

Parameters

output
Type: System.Web.UI HtmlTextWriter
The HTML generator to write out to.
See Also