Returns or sets the format of the printer output.
Image Admin control
object.PrintOutputFormat[=value]
Integer (enumerated)
Setting | Description |
0 | Pixel-to-pixel |
1 | Actual size |
2 (default) | Fit to page |
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.
ShowPrintDialog method