QRCodeEPCOptionsBuilder.WithIncludeQuietZone(Boolean) Method
Specifies whether to include a quiet zone (blank space surrounding the code) around the code. Returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| includeQuietZone | Boolean |
|
Returns
| Type | Description |
|---|---|
| QRCodeEPCOptionsBuilder | The builder instance for method chaining. |
See Also