ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Image Class / FromStream Method / FromStream(Stream) Method

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

    Parameters

    stream
    See Also