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 and Description |
---|
EmfHeaderExtension2() |
Modifier and Type | Method and Description |
---|---|
int |
getMicrometersX()
Gets or sets the 32-bit horizontal size of the display device for which the metafile image was generated, in micrometers
|
int |
getMicrometersY()
Gets or sets the 32-bit vertical size of the display device for which the metafile image was generated, in micrometers.
|
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
|
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.
|
getBounds, getBytes, getDevice, getFrame, getHandles, getMillimeters, getNDesription, getNPalEntries, getOffDescription, getRecords, getRecordSignature, getReserved, getValid, getVersion, setBounds, setBytes, setDevice, setFrame, setHandles, setMillimeters, setNDesription, setNPalEntries, setOffDescription, setRecords, setRecordSignature, setReserved, setVersion
public int getMicrometersX()
Gets or sets the 32-bit horizontal size of the display device for which the metafile image was generated, in micrometers
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
public int getMicrometersY()
Gets or sets the 32-bit vertical size of the display device for which the metafile image was generated, in micrometers.
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.