This method starts the printing of a page.

[Visual Basic]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintStartPage
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetPrintDraw().PrintStartPage()
[VB.NET]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintStartPage()
[C#.NET]   [ bool = ]imagekitcontrolname.PrintDraw.PrintStartPage()

Parameters

None

Return Value

Returns True (nonzero) if successful. Returns False (0) if unsuccessful.

Explanation

The PrintStartPage method starts the printing of a page. This method should be used with the PrintStartPage, PrintEndPage, and PrintEndDoc methods. Please refer to the sample code in the PrintCreateDC and PrintDialog methods.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation