[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcIco.Save

Save Method

Save(string)

Saves data in ICO format to the specified file.

Declaration
public void Save(string filePath)
Parameters
Type Name Description
string filePath

Full path to the output file.

Save(Stream)

Saves data in ICO format to the specified stream.

Declaration
public void Save(Stream stream)
Parameters
Type Name Description
Stream stream

The output stream.