[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcIco.Load

Load Method

Load(string)

Loads data from the specified ICO file.

Declaration
public void Load(string path)
Parameters
Type Name Description
string path

Path to the ICO file.

Load(byte[])

Loads data in ICO format from a byte array.

Declaration
public void Load(byte[] bytes)
Parameters
Type Name Description
byte[] bytes

The source data in ICO format.

Load(Stream)

Loads data in ICO format from a stream.

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

The source stream with data in ICO format.