Tag: System.Drawing.Image

  • 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…