[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageData.Save

Save Method

Save(Stream)

Saves the image into the specified stream.

Declaration
public override void Save(Stream stream)
Public Overrides Sub Save(stream As Stream)
Parameters
Type Name Description
Stream stream

The stream where to save the image to.

Overrides