This method is used to get or set the embedded file name. There is no need to care about the embedded prefix, this will be handled automatically. If the referenced file is not embedded, get does return an empty string.

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

Syntax

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

See Also