Document.CopyPreviewPicture Method
Visio Automation Reference |
Copies the preview picture from another document into the current document.
Version Information
Version Added: Visio 2002
Syntax
expression.CopyPreviewPicture(pSourceDoc)
expression A variable that represents a Document object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
pSourceDoc | Required | [IVDOCUMENT] | The Document object whose preview picture you want to copy into this document. |
Return Value
Nothing
See Also