ImageFromFile Method

CVB.Net Documentation
Loads an image with the given fileName.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static FileImage FromFile(
	string fileName
)

Parameters

fileName
Type: SystemString
File name of image to load.

Return Value

Type: FileImage
New FileImage object if load succeeded.
Exceptions

ExceptionCondition
FileNotFoundExceptionwhen the file specified by the fileName parameter does not exist.
FileLoadExceptionIf the file specified by the fileName parameter exists, but cannot be loaded.
ArgumentNullExceptionIf fileName is null.
See Also

Reference