Ths method deletes the device context.

[C++Builder]   [ bool = ]imagekitcontrolname->PrintDraw->PrintDeleteDC()
[Delphi]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintDeleteDC

Parameters

None

Return Value

Returns True if successful. Returns False 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 ImageKit10 VCL is a product created by Newtone Corporation