Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Settings Class / RemapColor Method
The theme color id to map.
the theme color scheme id to map.

In This Topic
    RemapColor Method
    In This Topic
    Sets the color mapping layer which allows a user to define colors for background and text. This allows for swapping out of light/dark colors for backgrounds and the text on top of the background in order to maintain readability of the text on a deeper level.
    Syntax
    'Declaration
     
    Public Sub RemapColor( _
       ByVal themeColorId As ThemeColorId, _
       ByVal themeColorSchemeId As ThemeColorSchemeId _
    ) 
    public void RemapColor( 
       ThemeColorId themeColorId,
       ThemeColorSchemeId themeColorSchemeId
    )

    Parameters

    themeColorId
    The theme color id to map.
    themeColorSchemeId
    the theme color scheme id to map.
    See Also