Extracts an attachment from an owner's file stored in a stream, and saves it to an output file.
public void ExtractAttachment(Stream stream,int attachmentNumber,string outputFileName)
Public Sub ExtractAttachment(ByVal stream As Stream,ByVal attachmentNumber As Integer,ByVal outputFileName As String)
public:void ExtractAttachment(Stream^ stream,Int32 attachmentNumber,String^ outputFileName)
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.
outputFileName
File that will contain the attachment file's data.
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.
For an example, refer to ReadAttachments.
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
