Description
Readonly property. Returns a snapshot of the drawing in Windows Enhanced Metafile Format (EMF).
Syntax
HRESULT get_Picture(IPictureDisp** ppVal);
Remarks
The Picture property provides a convenient method to retrieve the drawing without first saving it to disk. The picture object contains an enhanced metafile handle which can be passed to clipboard or played on a device.
Note after version 3.2, drawing units are measured
from the default printer. If you print to a low-resolution
printer, set the target printer as the default before
retrieving the EMF handle.