WdPictureLinkType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdLinkNone | 0 | Do not link to or embed the picture in the document. |
wdLinkDataInDoc | 1 | Embed the picture in the document. |
wdLinkDataOnDisk | 2 | Link the picture to the document. |