07-05-2013, 02:42 PM
I have checked the file and found out that the problem is that the first image is written with EMR_ALPHABLEND metafile record - this means that the bitmap should be added to the existing image with applying a specified alpha blending function - see more here:
http://msdn.microsoft.com/en-us/library/cc230613.aspx
Unfortunately such operations are not possible in vector based WPF. Therefore this record is skipped.
http://msdn.microsoft.com/en-us/library/cc230613.aspx
Unfortunately such operations are not possible in vector based WPF. Therefore this record is skipped.
Andrej Benedik