XlPictureAppearance Enumeration

Specifies how the picture should be copied.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("A7E68D3B-0A7D-4F2E-A398-7FA9F2DB0D8A")> _
Public Enumeration XlPictureAppearance
'Usage
Dim instance As XlPictureAppearance
[GuidAttribute("A7E68D3B-0A7D-4F2E-A398-7FA9F2DB0D8A")]
public enum XlPictureAppearance

Members

Member name Description
xlPrinter The picture is copied as it will look when it is printed.
xlScreen The picture is copied to resemble its display on the screen as closely as possible.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace