Message 1 of 2
setRetainOriginalThumbnailBitmap
Not applicable
05-23-2006
11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Guys,
I am doing Real Dwg development. I noticed the following
behavior and don't know how to fix it. Please provide suggestions.
pDb->setRetainOriginalThumbnailBitmap(true);
status = pDb->saveAs(fullFileName);
The above works and the thumbnail is retained, but the following doesn't
work, ie thumbnail is not retained.
pDb->setRetainOriginalThumbnailBitmap(true);
status = acdbSaveAsR14(pDb, fullFileName);
none of the SaveAs calls retain the thumbnail. What is the recommended way
to retain the thumbnail when using one of the
acdbSaveAsR14, acdbSaveAs2000 or acdbSaveAs2004 methods.
Thanks
Aparna.
I am doing Real Dwg development. I noticed the following
behavior and don't know how to fix it. Please provide suggestions.
pDb->setRetainOriginalThumbnailBitmap(true);
status = pDb->saveAs(fullFileName);
The above works and the thumbnail is retained, but the following doesn't
work, ie thumbnail is not retained.
pDb->setRetainOriginalThumbnailBitmap(true);
status = acdbSaveAsR14(pDb, fullFileName);
none of the SaveAs calls retain the thumbnail. What is the recommended way
to retain the thumbnail when using one of the
acdbSaveAsR14, acdbSaveAs2000 or acdbSaveAs2004 methods.
Thanks
Aparna.