.NET Framework Class Library

DocumentViewer Class

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace >

.NET Framework Class Library

DocumentViewer Class

Represents the DocumentViewer component.

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

<ToolboxBitmapAttribute(GetType(DocumentViewer), "DocumentViewer.bmp")> _
Public Class DocumentViewer _
 Inherits UserControl _
 Implements IViewIDocumentOperation

C#

[ToolboxBitmapAttribute(typeof(DocumentViewer), "DocumentViewer.bmp")]
public class DocumentViewer : UserControl,
 IViewIDocumentOperation

Visual C++

[ToolboxBitmapAttribute(typeof(DocumentViewer), L"DocumentViewer.bmp")]
public ref class DocumentViewer : public UserControl,
 IViewIDocumentOperation

Inheritance Hierarchy

System.Object

System.MarshalByRefObject

  System.ComponentModel.Component

    System.Windows.Forms.Control

      System.Windows.Forms.ScrollableControl

        System.Windows.Forms.ContainerControl

          System.Windows.Forms.UserControl

            Gnostice.Controls.WinForms.DocumentViewer

See Also

DocumentViewer Members

Gnostice.Controls.WinForms Namespace