[]
Represents the blank space around a barcode that helps scanners to detect the barcode.
public class QuietZone
Public Class QuietZone
Name | Description |
---|---|
QuietZone() | Initializes a new instance of the QuietZone class with zero values. |
QuietZone(float, float, float, float) | Initializes a new instance of the QuietZone class. |
Name | Description |
---|---|
Bottom | Gets or sets the bottom value of the quiet zone. |
Left | Gets or sets the left value of the quiet zone. |
Right | Gets or sets the right value of the quiet zone. |
Top | Gets or sets the top value of the quiet zone. |
Name | Description |
---|---|
AssignFrom(QuietZone) | Copies properties from another QuietZone to the current object. |
NotifyChangeValue() | Notifies of value changing |
ToString() | Returns a string that represents the current quiet zone. |