Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
virtual void OnPrinterChanged( const CDC& dcPrinter );
Parameters
dcPrinter
A CDC object for the new printer.
Remarks
Override this function to change characteristics for this rich edit view when the printer changes. The default implementation sets the paper size to the physical height and width for the output device (printer). If there is no device context associated wtih dcPrinter, the default implementation sets the paper size to 8.5 by 11 inches.
CRichEditView Overview | Class Members | Hierarchy Chart
See Also CRichEditView::SetPaperSize, CRichEditView::WrapChanged