<< Return to Main Index

< Return to Class Index

CGXPrintDevice::ResetPrintDC

virtual void ResetPrintDC();

Remarks

Deletes/Resets the device handle for the printer.

The device handle will be recreated the next time you call GetPrintDC.

Control-Factory Specific ->

This method has been implemented using the abstraction mechanism as discussed in the chapter "Reducing the size of your application" in the user's guide. A call to the CGXPrintDevice::ImplementPrintDevice method from within the control factory class' InitializeApplicationComponents method will make the concrete implementation of this method available to your application.

If no concrete implementation is available this method performs no action. A warning will be displayed in the debug window.

END Control-Factory Specific

See Also

CGXPrintDevice::GetPrintDC

CGXPrintDevice

Class Overview | Class Members