Table of Contents

Method OpenPart

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

OpenPart(string)

Opens a read-only stream over a package part.

Stream? OpenPart(string partUri)

Parameters

partUri string

The part URI, for example "/word/media/image1.png".

Returns

Stream

The stream (caller disposes), or null when the part does not exist.