ViewerSaveAttachment Method (Attachment, Stream) |
Saves attachment file to destination stream.
Namespace: GroupDocs.ViewerAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic void SaveAttachment(
Attachment attachment,
Stream destination
)
Public Sub SaveAttachment (
attachment As Attachment,
destination As Stream
)
public:
void SaveAttachment(
Attachment^ attachment,
Stream^ destination
)
member SaveAttachment :
attachment : Attachment *
destination : Stream -> unit
Parameters
- attachment
- Type: GroupDocs.Viewer.ResultsAttachment
The attachment. - destination
- Type: System.IOStream
The writable stream.
Exceptions
Remarks
See Also