[]
A quiet zone is an area of blank space on either side of a barcode that tells the scanner where the symbology starts and stops.
public class QuietZone
| Name | Description |
|---|---|
| QuietZone() | Initializes a new instance of QuietZone class. |
| QuietZone(double, double, double, double) | Initializes a new instance of QuietZone class. |
| Name | Description |
|---|---|
| Bottom | Gets or sets the bottom value of the barcode's QuietZone. |
| IsEmpty | Gets a value indicating whether the QuietZone is empty. |
| Left | Gets or sets the left value of the barcode's QuietZone. |
| Right | Gets or sets the right value of the barcode's QuietZone. |
| Top | Gets or sets the top value of the barcode's QuietZone. |
| Name | Description |
|---|---|
| NotifyChangeValue() | Notifies of value changing |
| ToString() | Format text for property grid |