public void SetPic(Image img)
 {
     IVXProtocol.Pdo_DisplayPicDataSet(m_hPdoHandle, img);
     m_Image = img;
 }