IXpsFixedDocumentSequenceReader Interface
.NET Framework (current version)
Defines methods for reading the parts of a FixedDocumentSequence.
Assembly: ReachFramework (in ReachFramework.dll)
| 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(Uri^) | 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.
.NET Framework
Available since 3.0
Available since 3.0
Show:

