This method is used to get or set the external file name. If the current used file is embedded, an embedded prefix of embedded://. However, you can use the proper members to deal with embedded files automatically.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string File { get; set; }
Visual Basic (Declaration)
Property File As String
Visual C++
property String^ File {
	String^ get ();
	void set (String^ value);
}

See Also