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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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