Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / Recolor Method
The color change type.

In This Topic
    Recolor Method
    In This Topic
    Changes the color of the image.
    Syntax
    'Declaration
     
    Public Sub Recolor( _
       ByVal type As RecolorType _
    ) 
    public void Recolor( 
       RecolorType type
    )

    Parameters

    type
    The color change type.
    See Also