BarcodeNET for HTML
| C# | Visual Basic | Visual C++ |
public class BarcodeNETHtml : WebControl
Public Class BarcodeNETHtml _ Inherits WebControl
public ref class BarcodeNETHtml : public WebControl
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BarcodeNETHtml()()()() |
Initail BarcodeNET
| |
| BarcodeColor |
Set or get the color of the barcode
| |
| BARCODENET_LICENSE_CODE | ||
| BARCODENET_LICENSE_TITLE | ||
| BarcodeText |
Set or get the text for encoding
| |
| BarcodeType |
Set or get the which type of barcode to encoding
| |
| BarHeight |
Set or get the hieght of barcode (in pixel)
| |
| BgColor |
Backgound Color
| |
| CustomText |
Set or get custom text here to replace barcodeText.
| |
| ExceptionType |
How to handle error when a exception occured.
| |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| GetCheckSumDigit()()()() |
Gets the check sum digit.
| |
| GetDefaultBarcodeText(BARCODE_TYPE) |
To get the default value for specific barcode type.
It always return a valid barcode string.
| |
| GetDefaultSupplementalText(BARCODE_TYPE) |
Gets the default supplemental text.
| |
| IncludeChecksumDigit |
Some barcode scanner can set up to disable checksum verify.
set this value to meet your hardware setting
| |
| OnPreRender(EventArgs) | (Overrides Control.OnPreRender(EventArgs).) | |
| Render(HtmlTextWriter) | (Overrides WebControl.Render(HtmlTextWriter).) | |
| ShowBarcodeText |
Decide if the encoded text will be shown in the BarcodeNET
| |
| ShowBorder |
Display border in the bound
| |
| SilentMode |
Set or get the the barcode visability
| |
| SupplementalText |
The barcode encoding for EAN ,UPC family with supplemetal text
| |
| SupplementalTextStyle |
Set the style of supplemental text..
| |
| TextColor |
The color of the text , default is black.
| |
| TextFont |
Set or get the font type used in BarcodeNET. The default is Arial size 8.
| |
| TopText |
Set this property to change custom text on top of barcode.
This property was disabled for free editon.
|
| Object | |||
| Control | |||
| WebControl | |||
| BarcodeNETHtml | |||