Controls how to handle the embedded attachment found in the document during loading.
public DocumentLoadAttachmentsMode LoadAttachmentsMode {get; set;}
Public Property LoadAttachmentsMode() As DocumentLoadAttachmentsMode
Get
Set
public:
property DocumentLoadAttachmentsMode^ LoadAttachmentsMode
{
DocumentLoadAttachmentsMode^ get()
void set(DocumentLoadAttachmentsMode^ value)
}
A DocumentLoadAttachmentsMode enumeration value that indicates how to handle the embedded attachment found in the document during loading, as described in the Remarks section. The default value is DocumentLoadAttachmentsMode.None.
LoadAttachmentsMode is used as follows:
Value | Description |
---|---|
DocumentLoadAttachmentsMode.None | Do not read embedded attachments. This is the default value. |
DocumentLoadAttachmentsMode.AsAttachments | Embedded attachments are read and if any found, set in the LEADDocument.Attachments collection. |
Refer to Document Attachments for more information.
For an example, refer to DocumentAttachment.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document