←Select platform

UserGetDocumentStatus Property

Summary

MIME whitelist user defined callback.

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

Property Value

MIME whitelist user defined callback. The default value is null.

Remarks

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 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.