[]
        
(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)
Public Sub Load(path As String)
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)
Public Sub Load(bytes As Byte())
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)
Public Sub Load(stream As Stream)
Parameters
Type Name Description
Stream stream

The source stream with data in ICO format.