←Select platform

MimeType Property

Summary

MIME type of the document being uploaded.

Syntax
C#
VB
C++
public string MimeType { get; set; } 
Public Property MimeType() As String 
   Get 
   Set 
public:  
   property String^ MimeType 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The MIME type of the document being uploaded if known. The default value is null.

Remarks

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.

Example

For an example, refer to DocumentFactory.BeginUpload.

Requirements
Target Platforms
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.