Skip to main content
All docs
V24.2

MicroQRCodeGenerator.IncludeQuietZone Property

Gets or sets whether to add a blank space around the Micro QR code to help separate the Micro QR code from neighboring elements.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v24.2.Core.dll

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 tells the barcode scanner where a barcode’s symbol starts and stops and ensures that the scanner can properly identify and read the code.

See Also