Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Call this function to retrieve the bounds of the printing area within the page rectangle.
CRect GetPrintRect( ) const;
Return Value
The bounds of the image area used in printing, measured in MM_TWIPS.
Example
void CMyRichEditView::OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo)
{
CRect rectPrintPage = GetPrintRect(); // Measured in MM_TWIPS
pInfo->SetMaxPage((m_nDocSizeInInches * 1440)/rectPrintPage.Height());
CRichEditView::OnBeginPrinting(pDC, pInfo);
}
Requirements
Header: afxrich.h