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