MIME type of the document being uploaded.
public string MimeType { get; set; }
Public Property MimeType() As String
Get
Set
public:
property String^ MimeType
{
String^ get()
void set(String^ value)
}
The MIME type of the document being uploaded if known. The default value is null.
This value is optional and setting it depends on the application's requirement.
It is recommended to provide the value of MimeType while uploading the document. This will ensure that MIME type whitelisting is performed prior to reading any document data. Refer to DocumentFactory.MimeTypes for more information.
This value is just a hint for the factory when it first tries to load the document. If the value of MimeType is null or a wrong value, then it will be overridden by the factory and the real mime type obtained from the document data is set in LEADDocument.MimeType.
Note that the original value set here in MimeType will be returned by DocumentFactory.GetDocumentCacheInfo if called prior to the factory loading the document.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document