vinaynahata
August 23rd, 2007, 06:45 AM
Is there any way to know from the given emf file that it's type is emfplusdual or emfplusonly?In cases where, for the same GDI operation,GDI calls are also present along with GDI+ call,is there anyay to avoid parsing one of the call(GDI or GDI+).
The bigger issue is :Is it possible to have a EMFPlusdual and
EMFPlusonly metadata in a single file i.e Is it possible that some
GDI operations are present twice(once for GDI,other time for GDI+) and
some are present once(either in GDI or GDI+)?Since inside
GDICOMMENT,we can have another emfplus metadata,so i think its
possible.
In such cases,how should we go about removing redundant calls?
The bigger issue is :Is it possible to have a EMFPlusdual and
EMFPlusonly metadata in a single file i.e Is it possible that some
GDI operations are present twice(once for GDI,other time for GDI+) and
some are present once(either in GDI or GDI+)?Since inside
GDICOMMENT,we can have another emfplus metadata,so i think its
possible.
In such cases,how should we go about removing redundant calls?