void SetPaperSize( CSize sizePaper );
Parameters
sizePaper
The new paper size values for printing, measured in MM_TWIPS.
Remarks
Call this function to set the paper size for printing this rich edit view. If m_nWordWrap is WrapToTargetDevice, you should call WrapChanged after using this function to adjust printing characteristics.
CRichEditView Overview | Class Members | Hierarchy Chart
See Also CRichEditView::GetPaperSize, CRichEditView::GetMargins, CRichEditView::GetPrintWidth, CRichEditView::GetPrintRect, CRichEditView::GetPageRect, CRichEditView::PrintPage, CRichEditView::WrapChanged