See Also Examples Applies To
Displays an image from a metafile image file.
Syntax
object.DisplayFromMetaFile (sFilePath, nScaleBy)
The DisplayFromMetaFile syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sFilePath | Required. String. |
| nScaleBy | Optional. Single. Default value is 1. Multiplies the image size by a specified factor. |
Returns
Long. GdPictureStatus
Remarks
The GdPictureStatus constants are defined HERE
Supported formats are EMF and WMF.