[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.DataMatrixEcc200Builder

DataMatrixEcc200Builder Class

Defines a builder to configurate DataMatrixEcc200.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class DataMatrixEcc200Builder : DataMatrixBaseBuilder<DataMatrixEcc200, DataMatrixEcc200Builder>, IHtmlString

Constructors

Name Description
DataMatrixEcc200Builder(DataMatrixEcc200)

Creates one DataMatrixEcc200Builder instance to configurate component.

Methods

Name Description
EncodingMode(Ecc200EncodingMode)

Configurates EncodingMode. Sets the encoding mode.

FileIdentifier(int)

Configurates FileIdentifier. Sets the file identification of this control.

StructureNumber(int)

Configurates StructureNumber. Sets the block in which the symbol is in the structured append message.

StructuredAppend(bool)

Configurates StructuredAppend. Indicates whether the symbol is part of a structured append message.

SymbolSize(Ecc200SymbolSize)

Configurates SymbolSize. Sets the size of symbol.

Extension Methods