Click or drag to resize

ClipboardFormatValues Enumeration

Clipboard Format Type

Namespace: DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum ClipboardFormatValues
Members
Member nameValueDescription
PictureOld0 WMF.

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

Picture1 EMF.

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

Bitmap2 Bitmap.

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

PicturePrint3 Printer Picture.

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

PictureScreen4 Screen Picture EMF.

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

See Also