The mime-typ of the file - detected by the file extension.

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

Syntax

C#
string MimeType { get; }
Visual Basic (Declaration)
ReadOnly Property MimeType As String
Visual C++
property String^ MimeType {
	String^ get ();
}

See Also