Microsoft Office style Print Preview
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The library provides a built-in Office-style print preview that replaces the standard MFC print preview.
If you're using Ribbon Backstage View, you can utilize Office-style Print Preview integrated into the backstage page.
Office XP/2003-style Print Preview:
Office 2007-style Print Preview:
Office 2010-2022-style Print Preview:
Sample code:
void CMyView::OnFilePrintPreview()
{
BCGPPrintPreview (this);
}