Extracts an attachment from an owner's file stored on disk, and saves it to an output file.
public void ExtractAttachment(string fileName,int attachmentNumber,string outputFileName)
Public Sub ExtractAttachment(ByVal fileName As String,ByVal attachmentNumber As Integer,ByVal outputFileName As String)
public:void ExtractAttachment(String^ fileName,Int32 attachmentNumber,String^ outputFileName)
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.
outputFileName
File that will contain the attachment file 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
