Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcIco Class / Load Method / Load(String) Method
Path to the ICO file.

In This Topic
    Load(String) Method
    In This Topic
    Loads data from the specified ICO file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal path As System.String _
    ) 
    public void Load( 
       System.string path
    )

    Parameters

    path
    Path to the ICO file.
    See Also