$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Barcode Properties| KT.UI for ASP.NET AJAX
Home > How to > Barcode Properties

If this is the first time for you to use Kettic Barcode UI ASP.NET AJAX SDK, it is necessary to read following instructions to barcode major properties. We give brief introductions of each attribute, please check them respectively.
  • BackColor: this refers to the barcode image background color and the default color is white.
  • BorderColor: use this property to set the color of barcode frame.
  • BorderStyle: attribute for users to set the style of barcode frame.
  • BorderWidth: use this parameter to set the particular.
  • Font: property for setting barcode font style, such as text font, text margin and text color.
  • ForeColor: opposite to "BackColor", this property is designed to help users to set the foreground color of barcode image.
  • Height: parameter to set barcode image height. Attention hers: If barcodeHeight setting is smaller than the barcode required minimum height, our barcode creating library will automatically reset to barcode minimum height.
  • LineWidth: use this property to set the width of barcode narrow bar module, and the default vale is 1 pixel.
  • OutputType: this stands for the output type of PerBarcode, and consists of SVG_VML and EmbeddedPNG.
  • RenderChecksum: this is used to add checksum digit to barcode. Whether using this property depends on which barcode type is applied.
  • ShortLinesLengthPercentage: the ration of width of barcode bar module to height of barcode bar module.
  • ShowChecksum: we can apply this property to show or hide the added checksum on barcode data.
  • ShowText: use this property to control whether display barcode data text under the barcode, if set "true", the barcode data text under the barcode will be displayed, otherwise is not displayed.
  • Text: refers to the barcode value to encode, and specific data value depends on specific barcode type.
  • Type: use this attribute to set barcode symbology type. Users can choose and create any supportable barcode symbol.
  • VerticalTextPositionPercentage: get or set the Y position of the barcode text in percents. By default is 100%. If bottom of the text is cut off by the border of the barcode, than set this property to lower value like 90, or 80, depending on the font size.
  • Visible: set this property to show whole created barcode image or not.
  • Width: barcode image width. Like barcode height, if the barcodeHeight setting is smaller than the barcode required minimum height, the library will automatically reset to barcode minimum height.
ASP.NET AJAX UI Controls