ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Barcode Class / DataMatrix Property

In This Topic
    DataMatrix Property
    In This Topic
    DataMatrix options include EccMode, Ecc200SymbolSize, Ecc200EncodingMode, Ecc000_140SymbolSize, StructuredAppend, StructureNumber, FileIdentifier, and Encoding. Select from supplied values, or enter a number for the StructureNumber and FileIdentifier.
    Syntax
    'Declaration
     
    Public Property DataMatrix As DataMatrixOptions
    public DataMatrixOptions DataMatrix {get; set;}
    See Also