Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / Save Method / Save(String) Method
The file name where to save the image.

In This Topic
    Save(String) Method
    In This Topic
    Saves the image into a file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As System.String _
    ) 
    public void Save( 
       System.string fileName
    )

    Parameters

    fileName
    The file name where to save the image.
    See Also