Class EmfPlusGraphicsVersion
Contents
[
Hide
]EmfPlusGraphicsVersion class
The EmfPlusGraphicsVersion object specifies the version of operating system graphics that is used to create an EMF+ metafile.
public sealed class EmfPlusGraphicsVersion : EmfPlusStructureObjectType
Constructors
Name | Description |
---|---|
EmfPlusGraphicsVersion() | The default constructor. |
Properties
Name | Description |
---|---|
GraphicsVersion { get; set; } | Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the EmfPlusGraphicsVersion enumeration |
MetafileSignature { get; set; } | Gets a MetafileSignature (20 bits): A value that identifies the type of metafile. The value for an EMF+ metafile is 0xDBC01. |
Remarks
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 Also
- class EmfPlusStructureObjectType
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging