Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RecolorType Enumeration

In This Topic
    RecolorType Enumeration
    In This Topic
    Specifies the type of an image color change.
    Syntax
    'Declaration
     
    Public Enum RecolorType 
       Inherits System.Enum
    public enum RecolorType : System.Enum 
    Members
    MemberDescription
    Accent1Dark Accent 1 color Dark.
    Accent1Light Accent 1 color Light.
    Accent2Dark Accent 2 color Dark.
    Accent2Light Accent 2 color Light.
    Accent3Dark Accent 3 color Dark.
    Accent3Light Accent 3 color Light.
    Accent4Dark Accent 4 color Dark.
    Accent4Light Accent 4 color Light.
    Accent5Dark Accent 5 color Dark.
    Accent5Light Accent 5 color Light.
    Accent6Dark Accent 6 color Dark.
    Accent6Light Accent 6 color Light.
    Background2Light Background color 2 Light.
    BlackAndWhite25 Black and White 25%.
    BlackAndWhite50 Black and White 50%.
    BlackAndWhite75 Black and White 75%.
    Grayscale Grayscale.
    NoRecolor Use the original image colors.
    Sepia Sepia.
    Text2Dark Text color 2 Dark.
    Washout Washout
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.RecolorType

    See Also