Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / SetImage Method / SetImage(Stream,String) Method
The stream that contains the image.
The content type of the image data.

In This Topic
    SetImage(Stream,String) Method
    In This Topic
    Sets the image that is displayed by this picture.
    Syntax
    'Declaration
     
    Public Overloads Sub SetImage( _
       ByVal stream As System.IO.Stream, _
       ByVal contentType As System.String _
    ) 
    public void SetImage( 
       System.IO.Stream stream,
       System.string contentType
    )

    Parameters

    stream
    The stream that contains the image.
    contentType
    The content type of the image data.
    See Also