EmfPlusGraphicsVersion

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType

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.

Constructors

ConstructorDescription
EmfPlusGraphicsVersion()

Methods

MethodDescription
getMetafileSignature()Gets a MetafileSignature (20 bits): A value that identifies the type of metafile.
setMetafileSignature(int value)Gets a MetafileSignature (20 bits): A value that identifies the type of metafile.
getGraphicsVersion()Gets a GraphicsVersion (12 bits): The version of operating system graphics.
setGraphicsVersion(int value)Gets a GraphicsVersion (12 bits): The version of operating system graphics.

EmfPlusGraphicsVersion()

public EmfPlusGraphicsVersion()

getMetafileSignature()

public int getMetafileSignature()

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

Returns: int

setMetafileSignature(int value)

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.

Parameters:

ParameterTypeDescription
valueint

getGraphicsVersion()

public int getGraphicsVersion()

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

Returns: int

setGraphicsVersion(int value)

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

Parameters:

ParameterTypeDescription
valueint