Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / PictureAppearance Enumeration


In This Topic
    PictureAppearance Enumeration
    In This Topic
    Specifies how the picture should be copied.
    Syntax
    'Declaration
     
    
    Public Enum PictureAppearance 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PictureAppearance
    public enum PictureAppearance : System.Enum 
    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