Skip to main content
All docs
V25.1
  • QRCodeGenerator.IncludeQuietZone Property

    Gets or sets whether to add a blank space around the QR code.

    Namespace: DevExpress.XtraPrinting.BarCode

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [DefaultValue(true)]
    public bool IncludeQuietZone { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to display a quiet zone; otherwise, false.

    Remarks

    A quiet zone is an empty margin or space surrounding all four sides of the QR code. This zone is used to tell the barcode scanner where a barcode’s symbol starts and stops and helps separate the barcode from other elements in the image.

    See Also