Interface IPackagePartDataSource
Opens streams over parts of the source package on demand. Implemented by format readers so image bytes and preserved unknown parts are streamed lazily instead of being buffered into the document model.
public interface IPackagePartDataSource : IDisposable
- Inherited Members
Methods
- OpenPart(string)
Opens a read-only stream over a package part.