EmfPlusGraphicsVersion Class
Contents
[
Hide
]Summary: The EmfPlusGraphicsVersion object specifies the version of operating system graphics that is used to create an EMF+
metafile.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusGraphicsVersion
Inheritance: EmfPlusStructureObjectType
Constructors
Name | Description |
---|---|
EmfPlusGraphicsVersion() | Initializes a new instance of the EmfPlusGraphicsVersion class |
Properties
Name | Type | Access | Description |
---|---|---|---|
graphics_version | EmfPlusGraphicsVersionEnum | r/w | Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the EmfPlusGraphicsVersion enumeration |
metafile_signature | int | r/w | Gets a MetafileSignature (20 bits): A value that identifies the type of metafile. The value for an EMF+ metafile is 0xDBC01. |
Constructor: EmfPlusGraphicsVersion()
EmfPlusGraphicsVersion()
Initializes a new instance of the EmfPlusGraphicsVersion class