←Select platform

DocumentLoadAttachmentsMode Enumeration

Summary

Controls how to handle the embedded attachment found in the document during loading.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentLoadAttachmentsMode 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentLoadAttachmentsMode 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentLoadAttachmentsMode sealed 
Members
Value Member Description
0 None Do not read attachments.
1 AsAttachments Read all attachments.
Remarks

DocumentLoadAttachmentsMode is the type of LoadDocumentOptions.LoadAttachmentsMode property used when loading documents using the DocumentFactory, LoadFromFile, LoadFromUri and LoadFromStream methods.

Refer to Document Attachments for more information.

Example

For an example, refer to DocumentAttachment.

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.