Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / PictureColorType Enumeration
In This Topic
    PictureColorType Enumeration
    In This Topic
    Specifies the color transformation applied to a picture.
    Syntax
    public enum PictureColorType : System.Enum 
    Members
    MemberDescription
    Automatic Specifies the default color transformation.
    BlackAndWhite Specifies the black-and-white transformation.
    Grayscale Specifies the grayscale transformation.
    Mixed Mixed transformation.
    Watermark Specifies the watermark transformation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.PictureColorType

    See Also