Intersoft ClientUI Documentation
FixedDocumentSequence Class
Members 



Hosts one or more DocumentReference elements that define a sequence of fixed documents.
Object Model
FixedDocumentSequence ClassDocumentPaginator ClassDocumentReferenceCollection ClassDocumentReference Class
Syntax
Public Class FixedDocumentSequence 
   Inherits System.Windows.DependencyObject
   Implements IDocumentPaginatorSource 
Dim instance As FixedDocumentSequence
public class FixedDocumentSequence : System.Windows.DependencyObject, IDocumentPaginatorSource  
public ref class FixedDocumentSequence : public System.Windows.DependencyObject, IDocumentPaginatorSource  
Remarks

FixedDocumentSequence hosts an ordered sequence of one or more fixed documents that are organized as a single unit.

FixedDocumentSequence only allows DocumentReference element as its child element. Each DocumentReference refers to a single FixedDocument. Document reference elements must be in sequential order, matching the order in which the fixed documents are processed.

XAML
Copy Code
<Intersoft:FixedDocumentSequence>
    <Intersoft:DocumentReference Source="Documents/1/FixedDocument.fdoc"/>
    <Intersoft:DocumentReference Source="Documents/2/FixedDocument.fdoc"/>
</Intersoft:FixedDocumentSequence>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      Intersoft.Client.Documents.FixedDocumentSequence

Requirements

Target Platforms: 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

See Also

Reference

FixedDocumentSequence Members
Intersoft.Client.Documents Namespace

Send Feedback