Skip to main content

QRCodeGenerator.IncludeQuietZone Property

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

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.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