Message 1 of 8
Not applicable
03-01-2012
05:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I can get the thumbnail view of the active document from below code
Document doc = Application.DocumentManager.MdiActiveDocument;
System.Drawing.Bitmap bit = doc.Database.ThumbnailBitmap;
How can i get the thumbnail view of the dwg file by passing filename means like below.
Document doc = .....(fileName) : here fileName is dwg file.
Please advise on this issue.
Regards,
Raman
Solved! Go to Solution.

