Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICode39 Interface
Properties

In This Topic
    ICode39 Interface Members
    In This Topic

    The following tables list the members exposed by ICode39.

    Public Properties
     NameDescription
     Property A color that represents the barcode backgroundcolor. The default value is 'rgb(255, 255, 255)' (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property Specifies whether the symbol needs a check digit. The default value is 'false'.  
     Property Type of code (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A color that represents the barcode color. The default value is 'rgb(0,0,0)'. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A string that represents the label text fontFamily. The default value is 'sans-serif'. (Inherited from GrapeCity.Documents.Excel.IFontOption)
     Property A string that represents the label text fontSize. The default value is '12px'. (Inherited from GrapeCity.Documents.Excel.IFontOption)
     Property A string that represents the label text fontStyle. The default value is 'normal'. (Inherited from GrapeCity.Documents.Excel.IFontOption)
     Property A string that represents the label text fontTextAlign. The default value is 'center'. (Inherited from GrapeCity.Documents.Excel.IFontOption)
     Property A string that represents the label text fontTextDecoration. The default value is 'none'. (Inherited from GrapeCity.Documents.Excel.IFontOption)
     Property A string that represents the label text fontWeight. The default value is 'normal'. (Inherited from GrapeCity.Documents.Excel.IFontOption)
     Property Specifies whether to support full ASCII for Code39. The default value is 'false'.  
     Property A value that represents the label position when the label is shown. (Inherited from GrapeCity.Documents.Excel.ILabelOption)
     Property Specifies whether to show the start and stop character in the label. The default value is 'false'.  
     Property A value that represents the wide and narrow bar ratio. It has values 2|3. The default value is '3'.  
     Property A value that represents the size of bottom quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A value that represents the size of left quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A value that represents the size of right quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property A value that represents the size of top quiet zone. (Inherited from GrapeCity.Documents.Excel.IBarcode)
     Property Specifies whether to show label text when the barcode has label. (Inherited from GrapeCity.Documents.Excel.ILabelOption)
     Property A string that represents encode on the symbol of barcode. (Inherited from GrapeCity.Documents.Excel.IBarcode)
    Top
    See Also