PrintOutputFormat Property

Returns or sets the format of the printer output.

Applies To

Image Admin control

Syntax

object.PrintOutputFormat[=value]

Data Type

Integer (enumerated)

Setting

    Description

0

Pixel-to-pixel

1

Actual size

2 (default)

Fit to page


Remarks

The Print dialog box is created by the ShowPrintDialog method.

The value set by this property is displayed when the Print dialog box is first opened. The user can then accept or change that value.

See Also

ShowPrintDialog method