Intersoft ClientUI Documentation
DocumentViewers Property



Gets the collection of all rendered DocumentViewer object.
Syntax
Public Shared ReadOnly Property DocumentViewers As ObservableCollection(Of DocumentViewerBase)
Dim value As ObservableCollection(Of DocumentViewerBase)
 
value = DocumentViewerManager.DocumentViewers
public static ObservableCollection<DocumentViewerBase> DocumentViewers {get;}
public:
static property ObservableCollection<DocumentViewerBase^>^ DocumentViewers {
   ObservableCollection<DocumentViewerBase^>^ get();
}
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

DocumentViewerManager Class
DocumentViewerManager Members

Send Feedback