C1.Excel Assembly / C1.Excel Namespace / XLPictureViewType Enumeration

XLPictureViewType Enumeration
Specifies how images should be displayed (color, gray-scale, or black and white).
Syntax
'Declaration
 
Public Enum XLPictureViewType 
   Inherits 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.Excel.XLPictureViewType

See Also