SpreadsheetGear 2023
PictureColorType Enumeration


SpreadsheetGear.Shapes Namespace : PictureColorType Enumeration
Specifies the color type to use when rendering a picture.
Syntax
'Declaration
 
Public Enum PictureColorType 
   Inherits System.Enum
'Usage
 
Dim instance As PictureColorType
public enum PictureColorType : System.Enum 
Members
MemberDescription
AutomaticSpecifies that the picture will be rendered with the default color type.
BlackAndWhiteSpecifies that the picture will be rendered in black and white.
GrayscaleSpecifies that the picture will be rendered as shades of gray.
MixedSpecifies that the picture will be rendered as a mixed color type.
WatermarkSpecifies that the picture will be rendered as a watermark.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.PictureColorType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Shapes Namespace