API Reference
Class
DotCodeSymbol
Encoded DotCode modules and selected layout metadata.
Inheritance
- Object
- DotCodeSymbol
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DotCodeEncoder.EncodeBytes
- Method DotCodeEncoder.EncodeGs1
- Method DotCodeEncoder.EncodeText
- Method DotCodeEncoder.EncodeText
Inherited Methods
Properties
public BitMatrix Modules { get; } #Gets a clone of the encoded modules.
public Int32 Mask { get; } #Gets the selected mask from 0 through 7.
public Boolean HasForcedCorners { get; } #Gets whether the selected mask forced the orientation corners.
public Int32 DataCodewordCount { get; } #Gets the number of data codewords, including pad codewords.
public Int32 ErrorCorrectionCodewordCount { get; } #Gets the number of error-correction codewords.