Call this function to format a range of text in a rich edit control to fit within rectLayout for the device specified by pDC.
long PrintInsideRect(
   CDC* pDC,
   RECT& rectLayout,
   long nIndexStart,
   long nIndexStop,
   BOOL bOutput 
);
Parameters
- pDC 
 Pointer to a device context for the output area.
- nIndexStart 
 Zero-based index of the first character to be formatted.
- nIndexStop 
 Zero-based index of the last character to be formatted.
- bOutput 
 Indicates if the text should be rendered. If FALSE, the text is just measured.
Return Value
The index of the last character that fits in the output area plus one.
Remarks
Typically, this call is followed by a call to CRichEditCtrl::DisplayBand which generates the output.
Example
See the example for CRichEditView::GetPaperSize.
Requirements
Header: afxrich.h