Back to Devexpress

MicroQRCodeGenerator.IncludeQuietZone Property

corelibraries-devexpress-dot-xtraprinting-dot-barcode-dot-microqrcodegenerator-3a5d1ec8.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public bool IncludeQuietZone { get; set; }
vb
<DefaultValue(True)>
Public Property IncludeQuietZone As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

MicroQRCodeGenerator Class

MicroQRCodeGenerator Members

DevExpress.XtraPrinting.BarCode Namespace