This method starts the printing of a page.
[Visual Basic] [ Boolean
=
]imagekitcontrolname.PrintDraw.PrintStartPage
[Visual C++] [
BOOL =
]imagekitcontrolname.GetPrintDraw().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.