[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EmbeddedImageData.Save

Save Method

Save(string)

Saves the image into a file.

Declaration
public void Save(string fileName)
Public Sub Save(fileName As String)
Parameters
Type Name Description
string fileName

The file name where to save the image.

Save(Stream)

Saves the image into a specified stream.

Declaration
public virtual void Save(Stream stream)
Public Overridable Sub Save(stream As Stream)
Parameters
Type Name Description
Stream stream

The stream where to save the image to.