WinUI | ComponentOne
C1.WinUI.BarCode Assembly / C1.WinUI.BarCode Namespace / C1BarCode Class / QuietZone Property
In This Topic
    QuietZone Property
    In This Topic
    A quiet zone is an area of blank space on either side of a barcode that tells the scanner where the symbology starts and stops.
    Syntax
    public QuietZone QuietZone {get; set;}
    Remarks
    If the quiet zone is empty and AutoSize is true, the default value will be used for the specified barcode. The default value depends on the C1.BarCode.CodeType, for example, C1.BarCode.CodeType.QRCode have a quiet zone of four blocks wide, while C1.BarCode.CodeType.DataMatrix have quiet zone of only one block wide.
    See Also