Extracts an attachment from an owner's file stored in a stream, and saves it to an output stream.
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
)
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.
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