Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / SetImage Method / SetImage(Uri,String) Method
The URI to the image file.
The content type of the image data.

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

    Parameters

    uri
    The URI to the image file.
    contentType
    The content type of the image data.
    See Also