public final class EmfPlusGraphicsVersion extends EmfPlusStructureObjectType
The EmfPlusGraphicsVersion object specifies the version of operating system graphics that is used to create an EMF+ metafile.
Graphics versions are vendor-extensible; however, to ensure inter-operability, any such extension MUST be implemented in both clients and servers of EMF+ metafiles.
Constructor and Description |
---|
EmfPlusGraphicsVersion() |
Modifier and Type | Method and Description |
---|---|
int |
getGraphicsVersion()
Gets a GraphicsVersion (12 bits): The version of operating system graphics.
|
int |
getMetafileSignature()
Gets a MetafileSignature (20 bits): A value that identifies the type of metafile.
|
void |
setGraphicsVersion(int value)
Gets a GraphicsVersion (12 bits): The version of operating system graphics.
|
void |
setMetafileSignature(int value)
Gets a MetafileSignature (20 bits): A value that identifies the type of metafile.
|
public int getMetafileSignature()
Gets a MetafileSignature (20 bits): A value that identifies the type of metafile. The value for an EMF+ metafile is 0xDBC01.
public void setMetafileSignature(int value)
Gets a MetafileSignature (20 bits): A value that identifies the type of metafile. The value for an EMF+ metafile is 0xDBC01.
public int getGraphicsVersion()
Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the
EmfPlusGraphicsVersion
enumeration
public void setGraphicsVersion(int value)
Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the
EmfPlusGraphicsVersion
enumeration