ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Image Class / FromFile Method

In This Topic
    FromFile Method
    In This Topic
    Creates an Image from the specified file.
    Syntax
    'Declaration
     
    Public Shared Function FromFile( _
       ByVal filename As String _
    ) As Image
    public static Image FromFile( 
       string filename
    )

    Parameters

    filename
    See Also