Source of a MIME type callback invocation.
[SerializableAttribute()]
[DataContractAttribute()]
public enum DocumentMimeTypeSource
<SerializableAttribute(),
DataContractAttribute()>
Public Enum DocumentMimeTypeSource
public:
[SerializableAttribute,
DataContractAttribute]
enum class DocumentMimeTypeSource sealed
Value | Member | Description |
---|---|---|
0 | User | The mime type is passed by the user. For instance, in LoadDocumentOptions.MimeType. |
1 | Cache | The mime type is stored in the cache, for example, from BeginUploadDocumentOptions.MimeType. |
2 | Url | The mime type was obtained from the HTTP headers of a URL as set by the server containing the document. |
3 | Data | The mime type is read by LEADTOOLS RasterCodecs from the actual image data. |
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