GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / PictureAppearance Enumeration


PictureAppearance Enumeration
Specifies how the picture should be copied.
Syntax
'Declaration
 
Public Enum PictureAppearance 
   Inherits System.Enum
 
'Usage
 
Dim instance As PictureAppearance
Members
MemberDescription
PrinterThe picture is copied as it will look when it is printed.
ScreenThe picture is copied to resemble its display on the screen as closely as possible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.PictureAppearance

See Also