How to append tif file at specific page in .net

Hi
We have 10 pages in one tif file and we want to append / insert separate tif file at 8 position .
is it possible ? can append at last place, but we what to specify page location to insert.

in vb.net

Regards
Aravind

@bpanchu,

I have observed your requirements and suggest you to please visit this documentation link link for adding tiff image frame inside existing Tiff Image. You also need to use TiffImage.InsertFrame method to serve the purpose on your end.

Many Thanks,

Mudassir Fayyaz

Thanks , working

@bpanchu,

You are welcome.

Many Thanks,

Mudassir Fayyaz