Table of Contents

Class EmfPlusGraphicsVersion

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly
Aspose.Imaging.dll

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

public sealed class EmfPlusGraphicsVersion : EmfPlusStructureObjectType
Inheritance
EmfPlusGraphicsVersion
Inherited Members

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.

Constructors

EmfPlusGraphicsVersion()

public EmfPlusGraphicsVersion()

Properties

GraphicsVersion

Gets a GraphicsVersion (12 bits): The version of operating system graphics. This value MUST be defined in the EmfPlusGraphicsVersion enumeration

public EmfPlusGraphicsVersionEnum GraphicsVersion { get; set; }

Property Value

EmfPlusGraphicsVersionEnum

MetafileSignature

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

public int MetafileSignature { get; set; }

Property Value

int