Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ImageSource Class / ImageSource Constructor
The image stream.
The type of the image.
In This Topic
    ImageSource Constructor
    In This Topic
    Specifies the normal construct method.
    Syntax
    public ImageSource( 
       System.IO.Stream stream,
       ImageType type
    )

    Parameters

    stream
    The image stream.
    type
    The type of the image.
    See Also