ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IBarcodeFont Interface
Properties

In This Topic
    IBarcodeFont Interface Members
    In This Topic

    The following tables list the members exposed by IBarcodeFont.

    Public Properties
     NameDescription
     PropertyGets or Sets the family of the font for the barcode value. The default value for this property is sans-serif.  
     PropertyGets or Sets the size of font for the barcode value. The default value for this property is 12px.  
     PropertyGets or Sets the style of the font for the barcode value. The default value for this property is normal.  
     PropertyGets or Sets the weight of the font for the barcode value. The default value for this property is normal.  
     PropertyGets or Sets the alignment of the text in the barcode value. The default value for this property is center.  
     PropertyGets or Sets the decoration for the text in the barcode value. The default value for this property is none.  
    Top
    See Also