XlCopyPictureFormat Enumeration
Specifies the format of the picture being copied.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("0ACDCD15-22E1-467C-A50B-9940132630A2")> _
Public Enumeration XlCopyPictureFormat
'Usage
Dim instance As XlCopyPictureFormat
[GuidAttribute("0ACDCD15-22E1-467C-A50B-9940132630A2")]
public enum XlCopyPictureFormat
Members
Member name | Description | |
---|---|---|
xlBitmap | A bitmap (.bmp, .jpg, .gif). | |
xlPicture | A drawn picture (.png, .wmf, .mix). |