←Select platform

CodecsAttachments Class

Summary

Represents a collection of attachments to a file.

Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class CodecsAttachments : LeadCollection<CodecsAttachment> 
<DefaultMemberAttribute("Item")>  
Public Class CodecsAttachments 
   Inherits LeadCollection(Of CodecsAttachment) 
public: 
   [DefaultMemberAttribute(L"Item")] 
   ref class CodecsAttachments : LeadCollection<CodecsAttachment^> 
Remarks

CodecsAttachments is obtained by calling RasterCodecs.ReadAttachments on a file containing attachments.

CodecsAttachments is a collection of CodecsAttachment objects, where each item contains the properties of a single attachment found in the file.

OriginalFormat is the format of the owner file (parent) passed to RasterCodecs.ReadAttachments.

Example

For an example, refer to ReadAttachments.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.