Message 1 of 5
Screen Capture Saved Viewpoints With Review Redlines
Not applicable
11-22-2016
04:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm attempting to take a screen capture of a saved viewpoint that includes Review Redlines.
The code below correctly goes to the viewpoint (and shows the Review Redlines), however the Review Redlines aren't showing up in the screen capture.
How can I get a screen capture that includes Review Redlines? I have a feeling it has to do with the GenerateThumbnail, rather than the viewpoint.
doc.SavedViewpoints.CurrentSavedViewpoint = SavedViewpoint; doc.GenerateThumbnail(xpx, ypx, 5.0).Save(filename);
Thanks,