Barcode

Wisej.Web.Ext.Barcode.Barcode

Namespace: Wisej.Web.Ext.Barcode

Assembly: Wisej.Web.Ext.Barcode (3.2.0.0)

Represents a barcode widget supporting several formats.

public class Barcode : Control

Constructors

Barcode()

Creates a new instance of the Barcodearrow-up-right control.

Properties

BarcodeType

BarcodeType: Returns or sets the barcode symbology to use.

BorderStyle

BorderStylearrow-up-right: Indicates the border style for the control. (Default: None)

ShowLabel

Booleanarrow-up-right: Shows or hides the barcode label. (Default: True)

VerticalOffset

Int32arrow-up-right: 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: Imagearrow-up-right.

Last updated

Was this helpful?