[]
        
(Showing Draft Content)

C1.Web.Mvc.Code39

Code39 Class

Represents a control for drawing Code39 barcode type.

Inheritance
Code39
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class Code39 : BarcodeBase, IHtmlString, ITemplate

Constructors

Name Description
Code39(HtmlHelper, string)

Creates one Code39 instance.

Properties

Name Description
AutoWidth

Gets or sets a value indicating whether the control width should automatically change along with the Value length.

AutoWidthZoom

Gets or sets a zoom factor applied to the automatically calculated control width.

CheckDigit

Indicates whether the symbol needs a check digit with the Luhn algorithm.

FullAscii

Indicates whether the symbol enables encoding of all 128 ASCII characters.

LabelPosition

Gets or sets where to render the value of the control.

LabelWithStartAndStopCharacter

Indicates whether to show the start and stop character in the label.

NwRatio

Gets or sets the narrow and wide bar ratio of the control.

ShowLabel

Indicates whether the value is rendered under the symbol.

Extension Methods