Sergey Tkachenko Hi! How are you?
Because of my need to save all documents that are printed through the RichView, I'm having a problem with the large volume (size) that is generating due to utilization of images. I record everything that is printed in database SQL Server 2000 in a binary format. The RichView sends as SaveRVFToStream, but the problem is the images contained. Would not choose to have the text was only saved along with the variables and their tasks, but separating the images. I do not need to save the images in the database, somet text. Would?
Problem data volume!!
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
1) May be the problem can be solved if you change format of images. If they are bitmaps, you can convert them to PNG.
2) You can exclude rvfoSavePicturesBody from RVFOptions property. In this case, images will not be saved in RVF. Instead, when loading, OnRVFPictureNeeded event will occur.
Example can be found in demos: Assorted\Graphics\ShareImages\
2) You can exclude rvfoSavePicturesBody from RVFOptions property. In this case, images will not be saved in RVF. Instead, when loading, OnRVFPictureNeeded event will occur.
Example can be found in demos: Assorted\Graphics\ShareImages\
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: