KaxBarcode Class |
Namespace: Kettic.AspNet.Controls
The KaxBarcode type exposes the following members.
Name | Description | |
---|---|---|
KaxBarcode |
Name | Description | |
---|---|---|
GetImage |
Gets rendered Barcode as Image
| |
GetScriptDescriptors |
Gets a collection of script descriptors that represent ECMAScript (JavaScript)
client components.
| |
GetScriptReferences |
Gets a collection of ScriptReference objects
that define script resources that the control requires.
| |
RenderBeginTag |
Renders the begin tag of KaxBarcode control into HtmlTextWriter
(Overrides WebControlRenderBeginTag(HtmlTextWriter).) |
Name | Description | |
---|---|---|
AlternateText |
Specify the alternate text for the img tag of KaxBarcode
| |
EnableAriaSupport |
When set to true enables support for WAI-ARIA
| |
Height |
Specify the height of the rendered barcode
(Overrides WebControlHeight.) | |
LineWidth |
"Specify width of lines in pixels when OutputType is EmbeddedPNG"
| |
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.
| |
QRCodeSettings |
Specify additional settings when using Type="QRCode"
| |
RenderChecksum |
Get ot set whenever to include checksum into the rendered barcode
| |
ShortLinesLengthPercentage |
Get or set the length ration between shorter and longer lines in the barcode
| |
ShowChecksum |
Get or set whenever to include the checksum after the text under the barcode
| |
ShowText |
Get ot set whenever to show human readable text under the barcode
| |
Text |
Specify the text that will be encoded as barcode
| |
Type |
Specify the barcode standard that should be used
| |
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.
| |
Width |
Specify the width of the rendered barcode
(Overrides WebControlWidth.) |