XdsObjects Help file
XdsObjects Namespace / XdsDocumentViewer Class
Members



XdsDocumentViewer Class
A viewer for XDS Documents
Syntax
Public Class XdsDocumentViewer 
   Inherits System.Windows.Forms.ScrollableControl
Dim instance As XdsDocumentViewer
public class XdsDocumentViewer : System.Windows.Forms.ScrollableControl 
public ref class XdsDocumentViewer : public System.Windows.Forms.ScrollableControl 
Remarks

This class allows documents of multiple different types to be displayed, with minimal work. The mime type of the document is used to determine how to disply it:

  • XML files are displayed using the stylesheet defined by StyleSheets
  • DICOM KOS objects are interpretted and displayed according to the configuration set up in the XdsImagingClient class
  • Other files (including plain text files) are displayed "as is" in a web browser control
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               XdsObjects.XdsDocumentViewer

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