←Select platform

ExtractAttachment(string,int,Stream) Method

Summary

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

Syntax
C#
VB
C++
public void ExtractAttachment( 
   string fileName, 
   int attachmentNumber, 
   Stream outputStream 
) 
Public Sub ExtractAttachment( 
   ByVal fileName As String, 
   ByVal attachmentNumber As Integer, 
   ByVal outputStream As Stream 
) 
public:  
   void ExtractAttachment( 
      String^ fileName, 
      Int32 attachmentNumber, 
      Stream^ outputStream 
   ) 

Parameters

fileName

Owner's file name.

attachmentNumber

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

outputStream

Stream that will contain the attachment file data.

Remarks

Call CodecsImageInfo.AttachmentCount to quickly determine the number of attachments found a file.

Call ReadAttachments 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.