Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusGraphicsVersion

  • All Implemented Interfaces:
    Cloneable


    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.

    • Constructor Detail

      • EmfPlusGraphicsVersion

        public EmfPlusGraphicsVersion()
    • Method Detail

      • 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.

      • setMetafileSignature

        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.

      • getGraphicsVersion

        public int getGraphicsVersion()

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

      • setGraphicsVersion

        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