/// <summary>
 /// Initializes a new instance of the <see cref="ErrorCorrection"/> class.
 /// </summary>
 public ErrorCorrection()
 {
     this.field = ModulusGF.PDF417_GF;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ErrorCorrection"/> class.
 /// </summary>
 public ErrorCorrection()
 {
     this.field = ModulusGF.PDF417_GF;
 }