Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcIco Class / Save Method / Save(String) Method
Full path to the output file.

In This Topic
    Save(String) Method
    In This Topic
    Saves data in ICO format to the specified file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal filePath As System.String _
    ) 
    public void Save( 
       System.string filePath
    )

    Parameters

    filePath
    Full path to the output file.
    See Also