2.2.2.19 EmfPlusGraphicsVersion Object

The EmfPlusGraphicsVersion object specifies the version of operating system graphics that is used to create an EMF+ metafile.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

MetafileSignature

GraphicsVersion

MetafileSignature (20 bits): A value that identifies the type of metafile. The value for an EMF+ metafile is 0xDBC01.

GraphicsVersion (12 bits): The version of operating system graphics. This value is defined in the GraphicsVersion enumeration (section 2.1.1.12).<12>

Graphics versions are vendor-extensible; however, to ensure inter-operability, any such extension MUST be implemented in both clients and servers of EMF+ metafiles.

See section 2.2.2 for the specification of additional structure objects.