Contains types that implements reading of documents and their contents.
Classes
| Class | Description | |
|---|---|---|
| DefaultPackagePartRequest |
Encapsulates a zip package part request.
| |
| DefaultPackageReader |
Provides access to a zip package using the built-in Application.GetResource method.
| |
| FixedPageWriter |
Renders fixed pages and provides hooks for customization.
| |
| HeaderedStream |
Prepends or overwrites a stream with an arbritary header.
| |
| LoadFixedPageCompletedEventArgs |
Provides data for the LoadFixedPageCompleted event.
| |
| LoadFixedPageSettings |
Provides the settings for a load fixed page operation.
| |
| LoadResourceCompletedEventArgs |
Provides data for the LoadResourceCompleted event.
| |
| LoadSettings |
Provides the common load settings.
| |
| LoadXpsDocumentCompletedEventArgs |
Provides data for the LoadXpsDocumentCompleted event.
| |
| LoadXpsDocumentSettings |
Provides the settings for an XPS document load operation.
| |
| MemoryPackagePartRequest |
Represents a request for a part where its contents are available in memory.
| |
| MemoryPackageReader |
Provides the base functionality of a reader where the package contents are built dynamically in memory.
| |
| ProcessorContext |
Provides the base implementation of a processor context.
| |
| StreamExtensions |
Provides extension methods for the Stream class
| |
| SyncPackagePartRequest |
Provides the base implementation of a package part request where the operation is executed synchronously.
| |
| WebPackagePartRequest |
Encapsulates a package part request over the web.
| |
| WebPackageReader |
Reads package parts from the web.
| |
| XpsClient |
Provides methods for receiving XPS documents and its contents
| |
| XpsClientException |
The exception that is raised when a XPS load operation performed by XpsClientfails.
| |
| ZipFile |
Wraps the Application.GetResourceStream and ensures unsupported ZIP formats do work.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IPackagePartRequest |
Defines the contract for a single package part request.
| |
| IPackageReader |
Defines the contract for asynchronous access to package contents.
|