Click or drag to resize
KaxBarcode Properties

The KaxBarcode type exposes the following members.

Properties
  Name Description
Public property AlternateText
Specify the alternate text for the img tag of KaxBarcode
Public property EnableAriaSupport
When set to true enables support for WAI-ARIA
Public property Height
Specify the height of the rendered barcode
(Overrides WebControlHeight.)
Public property LineWidth
"Specify width of lines in pixels when OutputType is EmbeddedPNG"
Public property OutputType
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 property QRCodeSettings
Specify additional settings when using Type="QRCode"
Public property RenderChecksum
Get ot set whenever to include checksum into the rendered barcode
Public property ShortLinesLengthPercentage
Get or set the length ration between shorter and longer lines in the barcode
Public property ShowChecksum
Get or set whenever to include the checksum after the text under the barcode
Public property ShowText
Get ot set whenever to show human readable text under the barcode
Public property Text
Specify the text that will be encoded as barcode
Public property Type
Specify the barcode standard that should be used
Public property 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.
Public property Width
Specify the width of the rendered barcode
(Overrides WebControlWidth.)
Top
See Also