[]
        
(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)
Public Sub Save(filePath As String)
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)
Public Sub Save(stream As Stream)
Parameters
Type Name Description
Stream stream

The output stream.