Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / SetColorTransparent Method
The user color the make transparent.

In This Topic
    SetColorTransparent Method
    In This Topic
    Makes a color in the current image transparent.
    Syntax
    'Declaration
     
    Public Sub SetColorTransparent( _
       ByVal color As UserColor _
    ) 
    public void SetColorTransparent( 
       UserColor color
    )

    Parameters

    color
    The user color the make transparent.
    See Also