ShowPrintDialog Method

Presents a printer dialog box from which the user sets various print options.

Applies To

Image Admin control

Syntax

object.ShowPrintDialog [hParentWnd]

Arguments

Parameter

Data Type

Description

hParentWnd

hWnd

(Optional) Assigns a parent window handle to the displayed dialog box.


Remarks

The image property must be set to an existing image or an error is returned.

This function returns any parameters set by the user to the application via the corresponding properties.

Dialog boxes are modal.

See Also

Flags property

PrintAnnotations property

PrintEndPage property

PrintNumCopies property

PrintOutputFormat property

PrintRangeOption property

PrintStartPage property

PrintToFile property

Image property