Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedImageData Class / Save Method / Save(Stream) Method
The stream where to save the image to.

In This Topic
    Save(Stream) Method
    In This Topic
    Saves the image into a specified stream.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Save( _
       ByVal stream As System.IO.Stream _
    ) 
    public virtual void Save( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The stream where to save the image to.
    See Also