PrintOutputFormat Property

Example-VB Example-VC++

Returns or sets the format of the printer output, which is displayed 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.PrintOutputFormat[=value]

Data Type

PrintFormatValue (Integer)

Constant Setting Description

OutPixel 0 Pixel-to-pixel
OutActualSize 1 Actual size
OutFitPage 2 Fit to page
OutBestFit 3 (default) Prints actual size if the image fits on the paper; otherwise, prints 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.