PrintAnnotations Property

Example-VB Example-VC++

Returns or sets the state of the Print Displayed Annotations 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.PrintAnnotations[={True|False}]

Data Type

Boolean

Setting Description

True (default) The check box is checked, and visible annotations are printed
False The check box is not checked and visible annotations are not printed

Remarks

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 Print dialog box is created by the ShowPrintDialog method.