Document Solutions for Word
DS.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 Overrides Sub Save( _
       ByVal stream As System.IO.Stream _
    ) 
    public override void Save( 
       System.IO.Stream stream
    )

    Parameters

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