Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcIco Class / GcIco Constructor / GcIco Constructor(Stream)
The source stream with data in ICO format.

In This Topic
    GcIco Constructor(Stream)
    In This Topic
    Initializes a new instance of GcIco class and loads data from the specified stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As System.IO.Stream _
    )
    public GcIco( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The source stream with data in ICO format.
    See Also