This documentation is archived and is not being maintained.
IXpsFixedDocumentSequenceReader Interface
Visual Studio 2010
Defines methods for reading the parts of a FixedDocumentSequence.
Assembly: ReachFramework (in ReachFramework.dll)
The IXpsFixedDocumentSequenceReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FixedDocuments | Gets a collection of FixedDocument readers for each document in a FixedDocumentSequence. |
![]() | PrintTicket | Gets the PrintTicket, if one exists, that is associated with the FixedDocument. |
![]() | Thumbnail | Gets the thumbnail image, if one exists, that is associated with the FixedDocumentSequence. |
![]() | Uri | Gets the uniform resource identifier (URI) of the FixedDocumentSequence. |
| Name | Description | |
|---|---|---|
![]() | GetFixedDocument | Gets a reader for the FixedDocument with the specified uniform resource identifier (URI). |
The following example shows how to obtain a reference to an object that implements this interface.
The following example shows how to obtain a FixedDocumentSequenceReader in order to access FixedDocument parts in an XpsDocument.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
