Barcode
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode
Represents a barcode widget supporting several formats.
- C#
- VB.NET
public class Barcode : Control
Public Class Barcode
Inherits Control
Constructors
Barcode()
Creates a new instance of the Barcode control.
Properties
BarcodeType
BarcodeType: Returns or sets the barcode symbology to use.
BorderStyle
BorderStyle: Indicates the border style for the control. (Default: None)
ShowLabel
Boolean: Shows or hides the barcode label. (Default: True)
VerticalOffset
Int32: The number of pixels to offset from the bottom of the barcode. (Default: 0)
Methods
DrawBarCode()
Draws the barcode and returns the image object.
Returns: Image.