←Select platform

DocumentMimeTypeSource Enumeration

Summary

Source of a MIME type callback invocation.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentMimeTypeSource 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentMimeTypeSource 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentMimeTypeSource sealed 
Members
ValueMemberDescription
0UserThe mime type is passed by the user. For instance, in LoadDocumentOptions.MimeType.
1CacheThe mime type is stored in the cache, for example, from BeginUploadDocumentOptions.MimeType.
2UrlThe mime type was obtained from the HTTP headers of a URL as set by the server containing the document.
3DataThe mime type is read by LEADTOOLS RasterCodecs from the actual image data.
Remarks

Refer to DocumentMimeTypes for more information.

Example

For an example, refer to DocumentMimeTypes.

Requirements
Target Platforms
See Also

Reference

Leadtools.Document Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.