Back to Devexpress

QRCodeGenerator.IncludeQuietZone Property

corelibraries-devexpress-dot-xtraprinting-dot-barcode-dot-qrcodegenerator-deacdb83.md

latest1.5 KB
Original Source

QRCodeGenerator.IncludeQuietZone Property

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

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 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

QRCodeGenerator Class

QRCodeGenerator Members

DevExpress.XtraPrinting.BarCode Namespace