Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData 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 the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As System.IO.Stream _
    ) 
    public void Save( 
       System.IO.Stream stream
    )

    Parameters

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