/// <summary>
 /// Initializes a new instance of the <see cref="BarcodeWriter"/> class.
 /// </summary>
 public BarcodeWriter()
 {
     Renderer = new PixelDataRenderer();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BarcodeWriter"/> class.
 /// </summary>
 public BarcodeWriter()
 {
    Renderer = new PixelDataRenderer();
 }