printPreviewAllowPrint

Type: Boolean

The printPreviewAllowPrint property of the Printer class specifies whether previewed output can be directed to the printer. This property can be modified at any time. The default value is true.

The code fragment in the following example shows the use of the printPreviewAllowPrint property.

app.printer.printPreviewAllowPrint := not disallowPrint.value;

See also the printPreviewAllowSelect property and "Previewing Print Output", later in this section.