←Select platform

Entries Property

Summary

Dictionary of MIME type status.

Syntax
C#
VB
C++
public IDictionary<string, DocumentMimeTypeStatus> Entries { get; } 
Public ReadOnly Property Entries() As IDictionary(Of String, DocumentMimeTypeStatus) 
   Get 
public:  
   property IDictionary<String^, DocumentMimeTypeStatus^>^ Entries 
   { 
      IDictionary<String^, DocumentMimeTypeStatus^>^ get() 
   } 

Property Value

Dictionary of MIME type status. The default value is an empty dictionary.

Remarks

Note that the key (MIME type) string is case-sensitive.

By default, Entries does not contain any entries and the value of DefaultStatus is Unspecified. Therefore, DocumentFactory is able to load any data containing an image or document format supported by LEADTOOLS.

Refer to DocumentMimeTypes to customize this behavior.

Example

For an example, refer to DocumentMimeTypes.

Requirements

Target Platforms

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

Leadtools.Document Assembly