Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / SetImage Method / SetImage(Image) Method
The image to set.

In This Topic
    SetImage(Image) Method
    In This Topic
    Sets the image that is displayed by this picture.
    Syntax
    'Declaration
     
    Public Overloads Sub SetImage( _
       ByVal image As GrapeCity.Documents.Drawing.Image _
    ) 
    public void SetImage( 
       GrapeCity.Documents.Drawing.Image image
    )

    Parameters

    image
    The image to set.
    See Also