Creating screenshot/image of RVE document?
-
- Posts: 57
- Joined: Tue Jul 13, 2010 10:50 pm
Creating screenshot/image of RVE document?
Which is the best method of making a screenshot/image of the current RVE document?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 57
- Joined: Tue Jul 13, 2010 10:50 pm
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
You can create a copy of the editor window using RichView.PaintTo method. But it draws the exact copy of the window on the screen, including scrollbars.
The preferred method of creating an image from TRichView is using TRVReportHelper component. The example can be found in Demos\*\Assorted\Graphic\ToImage\
The preferred method of creating an image from TRichView is using TRVReportHelper component. The example can be found in Demos\*\Assorted\Graphic\ToImage\