Exemplo n.º 1
0
 internal DecodingOptions(ZXing.Common.DecodingOptions other)
 {
     wrappedDecodingOptions = other;
     formatCollection       = new BarcodeFormatCollection(wrappedDecodingOptions);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DecodingOptions"/> class.
 /// </summary>
 public DecodingOptions()
 {
     wrappedDecodingOptions = new ZXing.Common.DecodingOptions();
     formatCollection       = new BarcodeFormatCollection(wrappedDecodingOptions);
 }