[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageData.SetImage

SetImage Method

SetImage(byte[], string)

Sets the image that is displayed by this picture.

Declaration
public override void SetImage(byte[] bytes, string contentType)
Parameters
Type Name Description
byte[] bytes

The byte array of the image.

string contentType

The content type of the image data.

Overrides

SetImage(Uri, string)

Sets the image that is displayed by this picture.

Declaration
public override void SetImage(Uri uri, string contentType)
Parameters
Type Name Description
Uri uri

The URI to the image file.

string contentType

The content type of the image data.

Overrides