←Select platform

ExtractAttachment(Stream,int,Stream) Method

Summary

Extracts an attachment from an owner's file stored in a stream, and saves it to an output stream.

Syntax
C#
VB
C++
public void ExtractAttachment( 
   Stream stream, 
   int attachmentNumber, 
   Stream outputtStream 
) 
Public Sub ExtractAttachment( 
   ByVal stream As Stream, 
   ByVal attachmentNumber As Integer, 
   ByVal outputtStream As Stream 
) 
public:  
   void ExtractAttachment( 
      Stream^ stream, 
      Int32 attachmentNumber, 
      Stream^ outputtStream 
   ) 

Parameters

stream

Stream containing the data of the owner's file.

attachmentNumber

1-based attachment number to extract. This value must be between 1 and the number of attachments in the file.

outputtStream

Stream that will contain the attachment file's data.

CodecsImageInfo.AttachmentCount can be used to quickly determine the number of attachments found in a file.

ReadAttachments can be used to obtain the number and properties of all attachments found a file.

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.