Skip to main content

Barcode

Namespace: Wisej.Web.Ext.Barcode

Assembly: Wisej.Web.Ext.Barcode

Represents a barcode widget supporting several formats.

public class Barcode : Control

Constructors

Instance memberBarcode()

Creates a new instance of the Barcode control.

Properties

Instance memberBarcodeType

BarcodeType: Returns or sets the barcode symbology to use.

Instance memberBorderStyle

BorderStyle: Indicates the border style for the control. (Default: None)

Instance memberShowLabel

Boolean: Shows or hides the barcode label. (Default: True)

Instance memberVerticalOffset

Int32: The number of pixels to offset from the bottom of the barcode. (Default: 0)

Methods

Instance memberDrawBarCode()

Draws the barcode and returns the image object.

Returns: Image.