←Select platform

DocumentMimeTypeStatus Enumeration

Summary

MIME type status.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentMimeTypeStatus 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentMimeTypeStatus 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentMimeTypeStatus sealed 

Members

ValueMemberDescription
0UnspecifiedDefault value. Operation will succeed.
1AllowedAllows documents of this MIME type. Operation will succeed.
2DeniedDisallows documents of this MIME type. Operation will fail.

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly