Getting two coppies of first slide while creating thumbnail

hi,
i m getting two coppies of first slide while i m creating thumbnail through following code.plz check it out…

int i;

i=0;

foreach (Slide objSlides in objPT.Slides)

{

i++;

objSlides.GetThumbnail(1,1).Save(PPTpath + “html_files\” + “html”+ i + “.jpg”,ImageFormat.Jpeg);

}


regards
surya

Dear Surya,

Please send me ppt by email and I will check what’s wrong.