[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBarcode.QuietZoneRight

QuietZoneRight Property

QuietZoneRight

Returns the size of the right quiet zone.

This property returns the margin size to the right of the barcode symbol.

Declaration
int QuietZoneRight { get; }
ReadOnly Property QuietZoneRight As Integer
Examples
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;