ATTR_NUMCOPIES
Type: | Print attribute |
Description: | The number of copies to be printed. If you specify VAL_USE_PRINTER_SETTING, the next call to a User Interface Library printing function uses the system's current setting for the selected printer. After the printing function returns, the value of the attribute is no longer VAL_USE_PRINTER_SETTING. Instead, the library stores the system's setting as the attribute value. If you want to update the attribute value based on the current system setting each time you print, set the attribute to VAL_USE_PRINTER_SETTING before each call to a printing function. |
Types of Printing: | Text and graphics. |
Data Type: | integer |
Valid Range: | 1 to 5000 or VAL_USE_PRINTER_SETTING |
Default Value: | 1 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
VAL_USE_PRINTER_SETTING | Windows platforms only). Use the system's current setting for the selected printer. The next printing operation uses the current system setting and stores it as the attribute value. If you want to update the attribute from the current system setting each time you print, set the attribute to VAL_USE_PRINTER_SETTING before each call to a printing function. |