Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchprintdialog

BOOL PElaunchprintdialog(hObject, bFullPage, lpPoint)

 

HWND 

hObject

The handle returned from PEcreate.

BOOL 

bFullPage

Controls page size.

POINT* 

lpPoint

Pointer to POINT struct holding size.

 

This function invokes a print dialog. If bFullPage equals TRUE then lpPoint is ignored. If bFullPage equals FALSE then lpPoint must point to a POINT struct that holds the size (in 1/100th millimeter units) of the image to export.

 

The current state of PrintDpi and PrintTechnology properties will control which GDI commands are used to transfer the image.

 

The end-user will be able to alter the current output DPI if HidePrintDpi is False.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

.NET developers, see PeFunction.Dialog.Print

Ocx|Vcl developers, see the PElaunchprintdialog Method or PEactions property.

 

See Also: HidePrintDpi, PEprintgraph, PEprintgraphEx, PrintDpi, PrintTechnology, Chapter 5 Printing within VC