WdPictureLinkType Enum

Definition

Specifies how a picture should be linked to a document.

public enum class WdPictureLinkType
[System.Runtime.InteropServices.Guid("8DC4FED3-F278-383D-AC02-46478C0B4076")]
public enum WdPictureLinkType
type WdPictureLinkType = 
Public Enum WdPictureLinkType
Inheritance
WdPictureLinkType
Attributes

Fields

wdLinkDataInDoc 1

Embed the picture in the document.

wdLinkDataOnDisk 2

Link the picture to the document.

wdLinkNone 0

Do not link to or embed the picture in the document.

Applies to