Click or drag to resize
KaxBarcode Class
KaxBarcode control. Control for rendering Barcode or QR text into an Image or SVG
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxBarcode

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxBarcode : WebControl, IScriptControl

The KaxBarcode type exposes the following members.

Constructors
  NameDescription
Public methodKaxBarcode
Top
Methods
  NameDescription
Public methodGetImage
Gets rendered Barcode as Image
Public methodGetScriptDescriptors
Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
Public methodGetScriptReferences
Gets a collection of ScriptReference objects that define script resources that the control requires.
Public methodRenderBeginTag
Renders the begin tag of KaxBarcode control into HtmlTextWriter
(Overrides WebControlRenderBeginTag(HtmlTextWriter).)
Top
Properties
  NameDescription
Public propertyAlternateText
Specify the alternate text for the img tag of KaxBarcode
Public propertyEnableAriaSupport
When set to true enables support for WAI-ARIA
Public propertyHeight
Specify the height of the rendered barcode
(Overrides WebControlHeight.)
Public propertyLineWidth
"Specify width of lines in pixels when OutputType is EmbeddedPNG"
Public propertyOutputType
Change the output type of KaxBacrode. Use SVG_VML to render SVG (or VML for older browsers) element inside the HTML. Use EmbeddedPNG to render img tag with Data URI for src.
Public propertyQRCodeSettings
Specify additional settings when using Type="QRCode"
Public propertyRenderChecksum
Get ot set whenever to include checksum into the rendered barcode
Public propertyShortLinesLengthPercentage
Get or set the length ration between shorter and longer lines in the barcode
Public propertyShowChecksum
Get or set whenever to include the checksum after the text under the barcode
Public propertyShowText
Get ot set whenever to show human readable text under the barcode
Public propertyText
Specify the text that will be encoded as barcode
Public propertyType
Specify the barcode standard that should be used
Public propertyVerticalTextPositionPercentage
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.
Public propertyWidth
Specify the width of the rendered barcode
(Overrides WebControlWidth.)
Top
See Also