OpenXmlPart.GetStream Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns the part content data stream.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function GetStream As Stream
'Usage
Dim instance As OpenXmlPart
Dim returnValue As Stream

returnValue = instance.GetStream()
public Stream GetStream()

Return Value

Type: System.IO.Stream
Returns the content data stream for the part.

See Also

Reference

OpenXmlPart Class

OpenXmlPart Members

GetStream Overload

DocumentFormat.OpenXml.Packaging Namespace