WinXPrint_PageSetup


WinXPrint_PageSetup (hWndOwner)

Displays a page setup dialog box.

Parameter Description
hWndOwner The handle to the window that will own the page setup dialog box, 0 for none

Returns

$$TRUE on success or $$FALSE on fail

Remarks

The page setup dialog box allows the user to set up margins, change the page size and select a printer. The changes resulting from the user's selections are managed internally by WinX. I plan to add a way of extracting this data in a later release.

Examples

'Display a page setup dialog
WinXPrint_PageSetup (#hMain)

Related Links

Printing
WinXPrint_Start