PrintToFile Property

Returns or sets the state of the Print to File check box in the Print dialog box.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Admin control

Syntax

object.PrintToFile[={True|False}]

Data Type

Boolean

Setting Description

True The check box is checked, and data is to be printed to a file
False (default) The check box is not checked, and data is not to be sent to a file

Remarks

The Print dialog box is created by the ShowPrintDialog method.

This property sets the state of the check box that is displayed when the dialog box is first opened. The user can accept or change this setting.

The state of the check box is returned by the ShowPrintDialog method.