[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IDataMatrix

Interface IDataMatrix

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

DataMatrix barcode is a high density, two-dimensional barcode with square modules typically arranged in a square or a rectangular matrix pattern.

public interface IDataMatrix : IBarcode
Inherited Members

Properties

Ecc00140SymboleSize

Gets the size of the ECC000-140 symbol.

string Ecc00140SymboleSize { get; }

Property Value

string

Ecc200EndcodingMode

Gets the ECC200 encoding mode.

string Ecc200EndcodingMode { get; }

Property Value

string

Ecc200SymbolSize

Gets the size of the ECC200 symbol.

string Ecc200SymbolSize { get; }

Property Value

string

EccMode

Gets the ECC mode.

EccMode EccMode { get; }

Property Value

EccMode

FileIdentifier

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.

int FileIdentifier { get; }

Property Value

int

StructureAppend

Gets a value indicating whether the current symbol is part of structured append symbols. Remarks: Structured append is only supported by ECC200.

bool StructureAppend { get; }

Property Value

bool

StructureNumber

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.

int StructureNumber { get; }

Property Value

int