Click or drag to resize
KaxBarcodeOutputType Property
Change the output type of KaxBacrode. Use SVG_VML to render SVG (or VML for older browsers) element inside the HTML. Use EmbeddedPNG to render img tag with Data URI for src.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual BarcodeOutputType OutputType { get; set; }

Property Value

Type: BarcodeOutputType
See Also