Ths method deletes the device context.
[Visual Basic] [ Boolean
=
]imagekitcontrolname.PrintDraw.PrintDeleteDC
[Visual C++] [
BOOL =
]imagekitcontrolname.GetPrintDraw().PrintDeleteDC()
Parameters
None
Return Value
Returns True (nonzero) if successful. Returns False (0) if unsuccessful.
Explanation
The PrintDeleteDC method deletes the device context. Please execute this method after printing has completed and if the device context is no longer needed. Please refer to the sample code in the PrintCreateDC and PrintDialog methods.