Use this property to set the file where ImageEn will get the image when this will be showed.

It accepts also the form: 'fullfilepath::imageindex' to load a multipage/video on-demand.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string FileName { get; set; }
Public Property FileName As String
	Get
	Set
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}

See Also