Click or drag to resize

ClipboardFormatValues Enumeration

Clipboard Format Type

Namespace: DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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