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

In This Topic
    ICode128 Interface Members
    In This Topic

    The following tables list the members exposed by ICode128.

    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 A value that represents which code is set to use for QRCode. It has 'auto|A|B|C' values. The default value is 'auto'.  
     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 A value that represents the label position when the label is shown. (Inherited from GrapeCity.Documents.Excel.ILabelOption)
     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