Click or drag to resize
BarcodeOutputType Enumeration
Enumeration of the supported Barcode rendering types

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum BarcodeOutputType
Members
  Member nameValueDescription
SVG_VML0 Render the Barcode as SVG or VML (for older browsers)
EmbeddedPNG1 Render the Barcode as PNG embadded into Data URI in img tag.
See Also