ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / Image Class / FromStream Method

In This Topic
    FromStream Method (Image)
    In This Topic
    Creates an Image from the specified data stream.
    Syntax
    'Declaration
     
    Public Shared Function FromStream( _
       ByVal stream As Stream _
    ) As Image
    public static Image FromStream( 
       Stream stream
    )

    Parameters

    stream
    See Also