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

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

    Parameters

    stream
    The stream where to save the image.
    See Also