Class EmfPlusGraphicsVersion

Class EmfPlusGraphicsVersion

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

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

public sealed class EmfPlusGraphicsVersion : EmfPlusStructureObjectType

Inheritance

objectMetaObjectEmfPlusObjectEmfPlusStructureObjectTypeEmfPlusGraphicsVersion

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.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