Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPictureViewType Enumeration

In This Topic
    XLPictureViewType Enumeration
    In This Topic
    Specifies how images should be displayed (color, grayscale, or black and white).
    Syntax
    'Declaration
     
    
    Public Enum XLPictureViewType 
       Inherits System.Enum
    public enum XLPictureViewType : System.Enum 
    Members
    MemberDescription
    AutoDisplay the image using the image's own color information.
    BlackAndWhiteDisplay the image in black and white.
    GrayScaleDisplay the image in grayscale.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Excel.XLPictureViewType

    See Also