Controls how to handle the embedded attachment found in the document during loading.
[SerializableAttribute()]
[DataContractAttribute()]
public enum DocumentLoadAttachmentsMode
<SerializableAttribute(),
DataContractAttribute()>
Public Enum DocumentLoadAttachmentsMode
public:
[SerializableAttribute,
DataContractAttribute]
enum class DocumentLoadAttachmentsMode sealed
Value | Member | Description |
---|---|---|
0 | None | Do not read attachments. |
1 | AsAttachments | Read all attachments. |
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.
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