Read Raster Image Correlation file through vba

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I have tons of zip files (more than 10-20k) and every zip contains dwg, image file and .res file.
I'm in process of writing a routing which will open each drawing from each zip and embed the raster and convert it to PDF. That all part works well I'm stuck on one particular scenario where the image and .res file are present but not attach to dwg. To tackle this I need to add small routine which will insert the raster as per parameters stated in .res file.
I'm very well aware of how to insert raster via VBA but I couldn't see any provision to read the parameters from .res file.
.res file is raster image correlation file, which hold the information about the image file such as insertion point, scale, rotation, layer etc.
Regards,
Deepak