ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Image Class / FromFile Method
The path to the file.

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
    The path to the file.
    See Also