[]
Returns the size of the right quiet zone.
This property returns the margin size to the right of the barcode symbol.
int QuietZoneRight { get; }
ReadOnly Property QuietZoneRight As Integer
worksheet.Range["A1"].Formula = "=BC_QRCODE(\"https://www.example.com\",\"rgb(0, 0, 0)\",\"rgb(255, 255, 255)\",\"L\",2,\"auto\",\"auto\",FALSE,0,,\"UTF-8\",1,2,3,4)";
IBarcode barcode = (IBarcode) worksheet.Range["A1"].Value;
int quietZoneRight = barcode.QuietZoneRight;