Message 1 of 2
SetThumbnailSaveOption bad image resoluation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am using the code below to specify my own custom image for an Inventor document, but somehow the resolution is always bad (rough edges), even if the source image I am specifying looks fine in Windows Explorer. What's the best format and size to create an image to import as thumbnail? Is there a better way to modify the thumbnail for a document?
Thanks in advance for your help!
myDocument.SetThumbnailSaveOption(ThumbnailSaveOptionEnum.kImportFromFile, thumbnailFilePath)