WordprocessingDocumentPartReader(Stream, OpenXmlPartReaderOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WordprocessingDocumentPartReader class.
public WordprocessingDocumentPartReader (System.IO.Stream partStream, DocumentFormat.OpenXml.OpenXmlPartReaderOptions options = default);
new DocumentFormat.OpenXml.WordprocessingDocumentPartReader : System.IO.Stream * DocumentFormat.OpenXml.OpenXmlPartReaderOptions -> DocumentFormat.OpenXml.WordprocessingDocumentPartReader
Public Sub New (partStream As Stream, Optional options As OpenXmlPartReaderOptions = Nothing)
Parameters
- partStream
- Stream
The stream of the part contents.
- options
- OpenXmlPartReaderOptions
Options for how to read the part stream.