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)
Syntax
'Declaration
Public Enumeration WdPictureLinkType
'Usage
Dim instance As WdPictureLinkType
public enum WdPictureLinkType
Members
Member name | Description | |
---|---|---|
wdLinkNone | Do not link to or embed the picture in the document. | |
wdLinkDataInDoc | Embed the picture in the document. | |
wdLinkDataOnDisk | Link the picture to the document. |