DocumentLoadAttachmentsMode Enumeration

Summary

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

Syntax
TypeScript
JavaScript
lt.Document.DocumentLoadAttachmentsMode = { 
   none: 0, 
   asAttachments: 1 
} 
lt.Document.DocumentLoadAttachmentsMode = { 
   none: 0, 
   asAttachments: 1 
} 
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, loadFromUri and loadFromFile methods.

Refer to Document Attachments for more information.

Example

For an example, refer to DocumentAttachment.

Requirements
Target Platforms
See Also

Reference

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