isMimeTypeAccepted Property

Summary

Status of checking the document MIME type.

Syntax
TypeScript
JavaScript
Object.defineProperty(CacheInfo.prototype, 'isMimeTypeAccepted', 
   get: function(), 
   set: function(value) 
) 
isMimeTypeAccepted: boolean; 

Property Value

true if the MIME type of this document was accepted (whitelisted); otherwise, false.

Example

For an example, refer to DocumentFactory.checkCacheInfo.

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