[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBarcode.QuietZoneBottom

QuietZoneBottom Property

QuietZoneBottom

Returns the size of the bottom quiet zone.

This property returns the margin size below the barcode symbol.

Declaration
int QuietZoneBottom { get; }
ReadOnly Property QuietZoneBottom 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 quietZoneBottom = barcode.QuietZoneBottom;