DefaultPageFillMethod Example for C++ 5.0 and later

void CSample_COMDlg::OnButton9()
{
   FILL_METHOD fm = pRasterDoc->DefaultPageFillMethod [0]; 
   if (fm == FM_OMR) 
      AfxMessageBox(TEXT("The Default Fill Method used in the specified page is Fill OMR."));
}