Page.Picture property (Visio)
Returns a picture that represents an enhanced metafile (EMF) contained in a master, shape, selection, or page. Read-only.
expression. Picture
expression A variable that represents a Page object.
IPictureDisp
The Picture property returns only EMF files.
COM provides a standard implementation of a picture object that has the IPictureDisp interface on top of the underlying system picture support. The IPictureDisp interface exposes a picture object's properties and is implemented in the stdole type library as a StdPicture object creatable within Microsoft Visual Basic. The stdole type library is automatically referenced from all Visual Basic for Applications (VBA) projects in Microsoft Visio.
Currently, only in-process solutions can use the Picture property because the IPictureDisp interface cannot be marshaled.
In the Code group on the Developer tab, click Visual Basic.
On the View menu, click Object Browser.
In the Project/Library list, click stdole.
Under Classes, examine the class named StdPicture.
For details about the IPictureDisp interface, see the Microsoft Platform SDK on MSDN, the Microsoft Developer Network.
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.