IXpsFixedDocumentSequenceReader Interface

 

Defines methods for reading the parts of a FixedDocumentSequence.

Namespace:   System.Windows.Xps.Packaging
Assembly:  ReachFramework (in ReachFramework.dll)

public interface class IXpsFixedDocumentSequenceReader

NameDescription
System_CAPS_pubpropertyFixedDocuments

Gets a collection of FixedDocument readers for each document in a FixedDocumentSequence.

System_CAPS_pubpropertyPrintTicket

Gets the PrintTicket, if one exists, that is associated with the FixedDocument.

System_CAPS_pubpropertyThumbnail

Gets the thumbnail image, if one exists, that is associated with the FixedDocumentSequence.

System_CAPS_pubpropertyUri

Gets the uniform resource identifier (URI) of the FixedDocumentSequence.

NameDescription
System_CAPS_pubmethodGetFixedDocument(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.

No code example is currently available or this language may not be supported.

The following example shows how to obtain a FixedDocumentSequenceReader in order to access FixedDocument parts in an XpsDocument.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: