Name | Description | |
---|---|---|
clone | Creates a new object that is a copy of the current instance. | |
get_BackColor | Gets the back color of barcode. | |
get_BarcodeType | Gets the type of barcode symbology. | |
get_BarsWidthAdjustment | Gets the adjustment method of bars width in percentage to the value of MinWidth property. | |
get_ForeColor | Gets the fore color of barcode. | |
get_MinWidth | Gets the width (and height for 2D barcodes), in pixels, of single block. | |
get_Padding | Gets the barcode padding. | |
get_PixelFormat | Gets the image pixel format. | |
get_PrintableValue | Gets text that is showing below barcode. | |
get_ProcessSpecialSymbols | Gets a value indicating whether the barcode writer must process the special symbols in barcode value. | |
get_Resolution | Gets image vertical and horizontal resolution, in dots per inch. | |
get_Value | Gets the value of the barcode. | |
get_ValueAutoLetterSpacing | Gets a value indicating whether the barcode writer must draw the barcode value on the barcode image using the automatic letter spacing. | |
get_ValueFontFamily | Gets the font family. | |
get_ValueFontSize | Gets the font size. | |
get_ValueGap | Gets the amount of gap between the text and the barcode when creating a barcode, in pixels. | |
set_BackColor | Sets the back color of barcode. | |
set_BarcodeType | Sets the type of barcode symbology. | |
set_BarsWidthAdjustment | Sets the adjustment method of bars width in percentage to the value of MinWidth property. | |
set_ForeColor | Sets the fore color of barcode. | |
set_MinWidth | Sets the width (and height for 2D barcodes), in pixels, of single block. | |
set_Padding | Sets the barcode padding. | |
set_PixelFormat | Sets the image pixel format. | |
set_PrintableValue | Sets text that is showing below barcode. | |
set_ProcessSpecialSymbols | Sets a value indicating whether the barcode writer must process the special symbols in barcode value. | |
set_Resolution | Sets image vertical and horizontal resolution, in dots per inch. | |
set_Value | Sets the value of the barcode. | |
set_ValueAutoLetterSpacing | Sets a value indicating whether the barcode writer must draw the barcode value on the barcode image using the automatic letter spacing. | |
set_ValueFontFamily | Sets the font family. | |
set_ValueFontSize | Sets the font size. | |
set_ValueGap | Sets the amount of gap between the text and the barcode when creating a barcode, in pixels. |