Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / GraphicColorType Enumeration
In This Topic
    GraphicColorType Enumeration
    In This Topic
    Represents type of color transformation applied to the specified picture or OLE object.
    Syntax
    public enum GraphicColorType : System.Enum 
    Members
    MemberDescription
    Automatic Automatic Color.
    BlackAndWhite BlackAndWhite Color.
    Grayscale Grayscale Color.
    Mixed Mixed.
    Watermark Watermark Color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.GraphicColorType

    See Also