| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBounds()
|
float |
getDpiX()
Gets the horizontal resolution, in dots per inch, of the associated
Metafile. |
float |
getDpiY()
Gets the vertical resolution, in dots per inch, of the associated
Metafile. |
int |
getEmfPlusHeaderSize()
Gets the size, in bytes, of the enhanced metafile plus header file.
|
int |
getLogicalDpiX()
Gets the logical horizontal resolution, in dots per inch, of the associated
Metafile. |
int |
getLogicalDpiY()
Gets the logical vertical resolution, in dots per inch, of the associated
Metafile. |
int |
getMetafileSize()
Gets the size, in bytes, of the associated
Metafile. |
int |
getType()
Gets the type of the associated
Metafile |
int |
getVersion()
Gets the version number of the associated
Metafile. |
MetaHeader |
getWmfHeader()
Gets the Windows metafile (WMF) header file for the associated
Metafile. |
boolean |
isDisplay()
Returns a value that indicates whether the associated
Metafile is device dependent. |
boolean |
isEmf()
Returns a value that indicates whether the associated
Metafile is in the Windows enhanced metafile format. |
boolean |
isEmfOrEmfPlus()
Returns a value that indicates whether the associated
Metafile
is in the Windows enhanced metafile format or the Windows enhanced metafile plus format. |
boolean |
isEmfPlus()
Returns a value that indicates whether the associated
Metafile
is in the Windows enhanced metafile plus format. |
boolean |
isEmfPlusDual()
Returns a value that indicates whether the associated
Metafile is in the Dual
enhanced metafile format. |
boolean |
isEmfPlusOnly()
Returns a value that indicates whether the associated
Metafile supports
only the Windows enhanced metafile plus format. |
boolean |
isWmf()
Returns a value that indicates whether the associated
Metafile is in the Windows metafile format. |
boolean |
isWmfPlaceable()
Returns a value that indicates whether the associated
Metafile is in the Windows placeable metafile format. |
public int getType()
Gets the type of the associated Metafile
public int getEmfPlusHeaderSize()
Gets the size, in bytes, of the enhanced metafile plus header file.
public MetaHeader getWmfHeader()
Gets the Windows metafile (WMF) header file for the associated Metafile.
public Rectangle getBounds()
public float getDpiX()
Gets the horizontal resolution, in dots per inch, of the associated Metafile.
public float getDpiY()
Gets the vertical resolution, in dots per inch, of the associated Metafile.
public int getVersion()
Gets the version number of the associated Metafile.
public int getMetafileSize()
Gets the size, in bytes, of the associated Metafile.
public int getLogicalDpiX()
Gets the logical horizontal resolution, in dots per inch, of the associated Metafile.
public int getLogicalDpiY()
Gets the logical vertical resolution, in dots per inch, of the associated Metafile.
public boolean isDisplay()
Returns a value that indicates whether the associated Metafile is device dependent.
Metafile is device dependent; otherwise, false.public boolean isEmf()
Returns a value that indicates whether the associated Metafile is in the Windows enhanced metafile format.
Metafile is in the Windows enhanced metafile format; otherwise, false.public boolean isEmfOrEmfPlus()
Returns a value that indicates whether the associated Metafile
is in the Windows enhanced metafile format or the Windows enhanced metafile plus format.
Metafile is in the Windows enhanced metafile format
or the Windows enhanced metafile plus format; otherwise, false.public boolean isEmfPlus()
Returns a value that indicates whether the associated Metafile
is in the Windows enhanced metafile plus format.
Metafile is in the Windows enhanced metafile plus format;
otherwise, false.public boolean isEmfPlusDual()
Returns a value that indicates whether the associated Metafile is in the Dual
enhanced metafile format. This format supports both the enhanced and the enhanced plus format.
Metafile is in the Dual enhanced metafile format; otherwise, false.public boolean isEmfPlusOnly()
Returns a value that indicates whether the associated Metafile supports
only the Windows enhanced metafile plus format.
Metafile supports only the Windows enhanced metafile plus format;
otherwise, false.public boolean isWmf()
Returns a value that indicates whether the associated Metafile is in the Windows metafile format.
Metafile is in the Windows metafile format; otherwise, false.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.