Ths method deletes the device context.

[Visual Basic]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintDeleteDC
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetPrintDraw().PrintDeleteDC()
[VB.NET]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintDeleteDC()
[C#.NET]   [ bool = ]imagekitcontrolname.PrintDraw.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.

 

The ImageKit9 ActiveX is a product created by Newtone Corporation