This documentation is archived and is not being maintained.

IXpsFixedDocumentReader Interface

Defines methods for reading the parts of a FixedDocument and also for limited types of writing to the document.

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

public interface class IXpsFixedDocumentReader : IDocumentStructureProvider

The IXpsFixedDocumentReader type exposes the following members.

  NameDescription
Public propertyDocumentNumberGets the zero-based position of the document in the FixedDocumentSequence.
Public propertyDocumentStructureGets the DocumentStructure part, if one exists, of the FixedDocument.
Public propertyFixedPagesGets a collection of FixedPage readers, one reader for each page in the FixedDocument.
Public propertyPrintTicketGets the PrintTicket, if one exists, that is associated with the FixedDocument.
Public propertySignatureDefinitionsGets a collection of all the signature definitions that are associated with the FixedDocument.
Public propertyThumbnailGets the thumbnail image, if a thumbnail exists, that is associated with the FixedDocument.
Public propertyUriGets the uniform resource identifier (URI) of the FixedDocument.
Top

  NameDescription
Public methodAddDocumentStructureAdds theDocumentStructure part of XML Paper Specification (XPS) to an XPS package. (Inherited from IDocumentStructureProvider.)
Public methodAddSignatureDefinitionAdds the specified XpsSignatureDefinition to the FixedDocument.
Public methodCommitSignatureDefinitionFlushes the package Stream and also commits an XpsSignatureDefinition to the package.
Public methodGetFixedPageGets a reader for the FixedPage with the specified uniform resource identifier (URI).
Public methodRemoveSignatureDefinitionRemoves the specified XpsSignatureDefinition from the FixedDocument.
Top

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 use an IXpsFixedDocumentReader to obtain an IXpsFixedDocumentReader collection in order to access each page in a FixedDocument.

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

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: