Tag: Thumbnail

  • Viewing Thumbnails

    Updated for Vault 2012: New image types are now supported for thumbnails.  In Vault 2011 and earlier, Metafile was the only image type.  In Vault 2012, anything that can be streamed into System.Drawing.Image is supported.  This post contains the updated code.  The old code can be found here. Basically there are two possible algorithms, and…

  • Viewing Thumbnails

    Update for Vault 2012:  Additional image formats supported. This post applies to Vault 2011 and earlier. Go here for the Vault 2012 code. Here is how you view thumbnail data from Vault. Background:Thumbnails are stored as metafiles, which must be rendered to a display context.  This is a bit different from a jpeg because metafiles…