Packages

 

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

Class EmfHeaderExtension2

  • All Implemented Interfaces:
    Cloneable


    public final class EmfHeaderExtension2
    extends EmfHeaderObject

    The HeaderExtension2 object defines the second extension to the EMF metafile header. It adds the ability to measure device surfaces in micrometers, which enhances the resolution and scalability of EMF metafiles.

    • Constructor Detail

      • EmfHeaderExtension2

        public EmfHeaderExtension2()
    • Method Detail

      • getMicrometersX

        public int getMicrometersX()

        Gets or sets the 32-bit horizontal size of the display device for which the metafile image was generated, in micrometers

      • setMicrometersX

        public void setMicrometersX(int value)

        Gets or sets the 32-bit horizontal size of the display device for which the metafile image was generated, in micrometers

      • getMicrometersY

        public int getMicrometersY()

        Gets or sets the 32-bit vertical size of the display device for which the metafile image was generated, in micrometers.

      • setMicrometersY

        public void setMicrometersY(int value)

        Gets or sets the 32-bit vertical size of the display device for which the metafile image was generated, in micrometers.