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

In This Topic
    IDataMatrix Interface Members
    In This Topic

    The following tables list the members exposed by IDataMatrix.

    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 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 Gets the size of the ECC000-140 symbol.  
     Property Gets the ECC200 encoding mode.  
     Property Gets the size of the ECC200 symbol  
     Property Gets the ECC mode.  
     Property Gets the file identifier of a related group of structured append symbols. Remarks: The valid file indentifier value should be within [1,254], set file identifier to 0 lets the file identifier of the symbols calculated automatically.  
     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 Gets a value indicating whether the current symbol is part of structured append symbols. Remarks: Structured append is only supported by ECC200.  
     Property Gets the structure number of current symbol within the structuerd append symbols. Remarks: The structure number will only be used when ECC mode is DataMatrixEccMode.ECC200.  
     Property A string that represents encode on the symbol of barcode. (Inherited from GrapeCity.Documents.Excel.IBarcode)
    Top
    See Also