AnnDataPath 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 example shows how to load an annotation file from the Internet.
void CTutorDlg::OnButtonAnndatapath()
{
m_pRasterAnn->PutAnnUserMode(ANN_USERMODE_RUN);
m_pRasterAnn->AnnDataPath("http://www.leadtools.com/images/test.ann");
}