QRCodeGenerator.IncludeQuietZone Property
Gets or sets whether to add a blank space around the QR code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool IncludeQuietZone { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
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