BarcodeNET for Windows application.
| C# | Visual Basic | Visual C++ |
public class BarcodeNETWindows : UserControl
Public Class BarcodeNETWindows _ Inherits UserControl
public ref class BarcodeNETWindows : public UserControl
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BarcodeNETWindows()()()() |
BarcodeNET for winform
| |
| AntiAlias |
Set anti-alias for BarcodeText
| |
| BarcodeColor |
Set or get the color of the barcode
| |
| BarcodeGap |
Control the gap between barcode and text (in pixel).
The gap on top was disabled for free edition.
| |
| BarcodeMargins |
Control the margin in the bound
| |
| 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)
| |
| BarWidth |
Control the size for single bar (in pixel), changing this property will extend the width of entire image.
| |
| BgColor |
Backgound Color
| |
| CustomText |
Set or get custom text here to replace barcodeText.
| |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides ContainerControl.Dispose(Boolean).) | |
| ExceptionType |
How to handle error when a exception occured.
| |
| FileFormat |
Set the file format of the barcode image stream.
| |
| GetBarcodeBitmap()()()() |
Get the bitmap stream of current barcode, useful when printing
| |
| GetBarcodeBitmap(Single, Single) |
Get the bitmap stream for current barcode, useful when printing
The dpi will effect the actual size of the image
| |
| GetBarcodeBitmap(FILE_FORMAT) |
Gets the barcode bitmap.
| |
| GetBarcodeBitmap(Single, Single, FILE_FORMAT) |
Gets the barcode bitmap.
| |
| GetCheckSumDigit()()()() |
Gets the check sum digit.
| |
| GetDefaultBarcodeText(BARCODE_TYPE) |
Gets the default barcode text.
| |
| GetDefaultSupplementalText(BARCODE_TYPE) |
Gets the default supplemental text.
| |
| ImageDpi |
Gets or sets the image dpi.
| |
| ImageScale |
Gets or Set image scale
| |
| IncludeChecksumDigit |
Some barcode scanner can set up to disable checksum verify.
set this value to meet your hardware setting
| |
| IsRounded |
Set to enable rounded corner
| |
| MeasureUnit |
Gets or sets the measure unit.
| |
| RotateAngle |
The angle to rotate the barcode
| |
| SaveToFile(String) |
Save the current barcode image to the file path,the default format is GIF
| |
| SaveToFile(String, FILE_FORMAT) |
Save the current barcode image to the specific path.
| |
| SaveToFile(String, FILE_FORMAT, Int32, Int32) |
Saves to file. the measure unit will set to POINT when using dpiX,dpiY.
| |
| 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 10.
| |
| TopText |
Set this property to change custom text on top of barcode.
This property was disabled for free editon.
|
| Object | |||||||
| MarshalByRefObject | |||||||
| Component | |||||||
| Control | |||||||
| ScrollableControl | |||||||
| ContainerControl | |||||||
| UserControl | |||||||
| BarcodeNETWindows | |||||||