XlPictureAppearance Enumeration

Specifies how the picture should be copied.

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

Syntax

'Declaration
Public Enumeration XlPictureAppearance
'Usage
Dim instance As XlPictureAppearance
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.Word Namespace