/// <summary> /// Initializes a new instance of the <see cref="QRBorderBuilder" /> class. /// </summary> /// <param name="border">The qr code border.</param> public QRBorderBuilder(QRBorder border) { this.border = border; }