FileImage Constructor

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 FileImage(
	string fileName
)

Parameters

fileName
Type: SystemString
File name of image to load.
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