[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.DataMatrixOptions

DataMatrixOptions Class

Represents the options of the Data Matrix barcode.

Inheritance
BarCodeOptionsBase
DataMatrixOptions
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class DataMatrixOptions : BarCodeOptionsBase, ICloneable

Constructors

Name Description
DataMatrixOptions()

Initializes a new instance of the GrapeCity.ActiveReports.BarCodes.DataMatrix class.

DataMatrixOptions(string)

Initializes a new instance of the GrapeCity.ActiveReports.BarCodes.DataMatrix class.

Properties

Name Description
Ecc000_140SymbolSize

Gets or sets the size of the ECC000-140 symbol.

Ecc200EncodingMode

Gets or sets the ECC200 encoding mode.

Ecc200SymbolSize

Gets or sets the size of the ECC200 symbol.

EccMode

Gets or sets the ECC mode.

EncodingCodePage

Design-time property to specify encoding in designer.

FileIdentifier

Gets or sets the file identifier of a related group of structured append symbols.

StructureNumber

Gets or sets the structure number of current symbol within the structuerd append symbols.

StructuredAppend

Gets or sets a value indicating whether the current symbol is part of structured append symbols.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

ToString()

Returns a string that represents the current object.

Extension Methods