retainCMDValues

Type: Boolean

The retainCMDValues property of the Printer class specifies whether the following property values are retained after the printer is closed.

By default, all property values are re-initialized to the JADE default values when the printer is closed. The default value for the retainCMDValues property is false. When you set it to true, the property values set when the common print dialogs are used are retained. The values are retained regardless of how they were set (that is, dynamically in your logic or by the CMDPrint class Print Setup dialog or Print dialog).

The JADE development environment sets this property true for the printing of any method or class so that any values that you specify in the common Print Setup dialog are retained for subsequent print requests.