As per project requirement we need to convert images from word document into bitmap object. To achieve this we tried to convert inlineshape object from Microsoft.Office.Inte
There's two Clipboard.
Usually we'd use System.Windows.Forms.Clipboard, but it sucks.
System.Windows.Forms.Clipboard
Use System.Windows.Clipboard instead, just add PresentationCore to your references.
System.Windows.Clipboard
(in my case, C:\Program Files\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\Profile\Client\PresentationCore.dll)