Table of Contents

Class EmfHeaderExtension2

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

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.

public sealed class EmfHeaderExtension2 : EmfHeaderObject
Inheritance
EmfHeaderExtension2
Inherited Members

Constructors

EmfHeaderExtension2()

public EmfHeaderExtension2()

Properties

MicrometersX

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

public int MicrometersX { get; set; }

Property Value

int

MicrometersY

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

public int MicrometersY { get; set; }

Property Value

int