Click or drag to resize

OleLinkValues Enumeration

Embedded Object Alternate Image Request Types

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum OleLinkValues
Members
Member nameValueDescription
Picture0 Other Image.

When the item is serialized out as xml, its value is "Picture".

Bitmap1 Bitmap Image.

When the item is serialized out as xml, its value is "Bitmap".

EnhancedMetaFile2 Enhanced Metafile Image.

When the item is serialized out as xml, its value is "EnhancedMetaFile".

See Also