WdPictureLinkType Enumeration 

Specifies how a picture should be linked to a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdPictureLinkType1 As WdPictureLinkType = WdPictureLinkType.wdLinkDataInDoc

Syntax

Public Enum WdPictureLinkType
public enum WdPictureLinkType
public enum class WdPictureLinkType
public enum WdPictureLinkType
public enum WdPictureLinkType

Members

Member name Description
wdLinkDataInDoc Embed the picture in the document.
wdLinkDataOnDisk Link the picture to the document.
wdLinkNone Do not link to or embed the picture in the document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace