GDI drawing method.
Normal GDI drawing methods (like GDI rectangle drawing functions) can lead to sub-optimal output quality. Therefore, TBarCode can use special drawing methods for more accurate barcodes.
- Enumerator:
-
eDrawMode_Default |
The default GDI drawing method is used.
. |
eDrawMode_Rectangle |
The GDI rectangle functions are used. This method results in the best performance.
. |
eDrawMode_Special |
Special GDI functions are used.
This method results in the best quality but may not be supported by some applications or printers.
|
eDrawMode_Combo |
A combination of GDI drawing methods is used.
This method produces correct output in all applications and printers but might decrease drawing speed.
|