|
| void | GetColor (out double cyan, out double magenta, out double yellow, out double black) |
| | Gets the color of the quiet zone (CMYK).
|
| |
| void | GetColor (out double gray) |
| | Gets the color of the quiet zone (gray).
|
| |
| void | GetQuietZoneColor (out double red, out double green, out double blue) |
| | Gets the color of the quiet zone (RGB).
|
| |
| void | SetColor (double cyan, double magenta, double yellow, double black) |
| | Sets the color of the quiet zone (CMYK).
|
| |
| void | SetColor (double gray) |
| | Sets the color of the quiet zone (gray).
|
| |
| void | SetQuietZoneColor (double red, double green, double blue) |
| | Sets the color of the quiet zone (RGB).
|
| |
| bool | ShouldSerializeColor () |
| | Returns true if a designer such as Visual Studio should serialize the property BarcodeColor.
|
| |
The settings of a single quiet zone.