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

In This Topic
    GcIco Constructor(String)
    In This Topic
    Initializes a new instance of GcIco class and loads data from the specified ICO file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal path As System.String _
    )
    public GcIco( 
       System.string path
    )

    Parameters

    path
    Path to the ICO file.
    See Also