Returns an array of embedded file information objects. This does not return the embedded files directly (see for how to extract the file.

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

Syntax

C#
public IInfigoEmbeddedFile[] Files { get; }
Visual Basic (Declaration)
Public ReadOnly Property Files As IInfigoEmbeddedFile()
Visual C++
public:
property array<IInfigoEmbeddedFile^>^ Files {
	array<IInfigoEmbeddedFile^>^ get ();
}

See Also