AnnUnrealize Example for C++ 5.0 and later

Note: This topic is for Document/Medical only.

For more information on declaration and unlocking procedures used in testing this example, refer to Annotation Declaration Information.

'This examples Unrealizes all redact objects in the container.
void CTutorDlg::OnButtonAnnunrealize() 
{
   m_pRasterAnn->AnnUnrealize(m_pRasterAnn->GetAnnContainer(), TRUE);
}