ATTR_BITMAP_PRINTING
- Updated2023-02-21
- 1 minute(s) read
ATTR_BITMAP_PRINTING
Type: | Print attribute |
Description: | Specifies whether to use the bitmap method of printing graphics. This means that panels and controls are first drawn into an offscreen bitmap and only then is this bitmap printed. The advantages of using this method are that it is generally faster, and that it is less sensitive to variations in printer drivers; consequently, the output is more likely to match exactly what is on the screen. The disadvantage is that CVI does not benefit from the high printer resolutions, resulting in 'blockish' output. 0 = Do not use bitmap printing 1 = Use bitmap printing |
Types of Printing: | Graphics. |
Data Type: | integer |
Default Value: | 0 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 5.0 and later |
Values
0 | False |
1 | True |