Click or drag to resize

IEncoderQuietZone Property

Gets the width of a quiet zone as a multiple of the module width. For 1D barcodes, the quiet zone is a multiple of the width of the narrow bar and is only applied on left and right sides (typical value 10). For 2D barcodes, the quiet zone is a multiple of the module width and is applied on all sides (typical value 1).

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
double QuietZone { get; }

Property Value

Type: Double
See Also