[]
        
(Showing Draft Content)

C1.Web.Mvc.IBarcodeFont

IBarcodeFont Interface

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public interface IBarcodeFont

Properties

Name Description
FontFamily

Gets or Sets the family of the font for the barcode value. The default value for this property is sans-serif.

FontSize

Gets or Sets the size of font for the barcode value. The default value for this property is 12px.

FontStyle

Gets or Sets the style of the font for the barcode value. The default value for this property is normal.

FontWeight

Gets or Sets the weight of the font for the barcode value. The default value for this property is normal.

TextAlign

Gets or Sets the alignment of the text in the barcode value. The default value for this property is center.

TextDecoration

Gets or Sets the decoration for the text in the barcode value. The default value for this property is none.