Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedImageData 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 the picture.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub SetImage( _
       ByVal uri As System.Uri, _
       ByVal contentType As System.String _
    ) 
    public virtual 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