Intersoft ClientUI Documentation
DocumentReference Class
Members  See Also  Send Feedback
Intersoft.Client.Documents Namespace : DocumentReference Class






Provides access to reference a Intersoft.Client.Documents.FixedDocument.

Object Model

DocumentReference Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class DocumentReference 
   Inherits System.Windows.DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As DocumentReference
C# 
public sealed class DocumentReference : System.Windows.DependencyObject 
Delphi 
public class DocumentReference = class(System.Windows.DependencyObject)sealed; 
JScript 
public sealed class DocumentReference extends System.Windows.DependencyObject
Managed Extensions for C++ 
public __gc __sealed class DocumentReference : public System.Windows.DependencyObject 
C++/CLI 
public ref class DocumentReference sealed : public System.Windows.DependencyObject 

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.DocumentReference

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.