Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchprintdialog Method

Scope All ProEssentials Interfaces

 

PElaunchprintdialog(bFullPage As Boolean, nWidth As Integer, nHeight As Integer) As Boolean

 

Parameter

Description

bFullPage

True = print full page, False = use nWidth/nHeight.

nWidth

Width in 1/100th millimeters.

nHeight

Height in 1/100th millimeters.

 

This function invokes a dialog so user can select a printer to print the current image. If bFullPage is FALSE, then the image is sized with nWidth and nHeight and centered on the page.

 

Comments

.NET developers, see PeFunction.Dialog.Print

This method is a wrapper to the PElaunchprintdialog DLL call.

 

See Also: PEprintgraph, PEprintgraphEx, OCX Methods