PrintToFile Property

Indicates or sets if the Print to File check box in the Print dialog box is checked.

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.