.NET Framework Class Library

DocumentViewer Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentViewer Class

This class represents WPF document viewer component.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

<TemplatePartAttribute(Name := "DocumentViewerGrid", Type := GetType(Grid))> _
<TemplatePartAttribute(Name := "DocumentViewerSplitter", Type := GetType(GridSplitter))> _
Public Class DocumentViewer _
 Inherits Control _
 Implements IViewIDocumentOperation

C#

[TemplatePartAttribute(Name = "DocumentViewerGrid", Type = typeof(Grid))]
[TemplatePartAttribute(Name = "DocumentViewerSplitter", Type = typeof(GridSplitter))]
public class DocumentViewer : Control,
 IViewIDocumentOperation

Visual C++

[TemplatePartAttribute(Name = L"DocumentViewerGrid", Type = typeof(Grid))]
[TemplatePartAttribute(Name = L"DocumentViewerSplitter", Type = typeof(GridSplitter))]
public ref class DocumentViewer : public Control,
 IViewIDocumentOperation

Inheritance Hierarchy

System.Object

System.Windows.Threading.DispatcherObject

  System.Windows.DependencyObject

    System.Windows.Media.Visual

      System.Windows.UIElement

        System.Windows.FrameworkElement

          System.Windows.Controls.Control

            Gnostice.Controls.WPF.DocumentViewer

See Also

DocumentViewer Members

Gnostice.Controls.WPF Namespace