.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 > DocumentViewer Class |
This class represents WPF document viewer component.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
<TemplatePartAttribute(Name := "DocumentViewerGrid", Type := GetType(Grid))> _ |
C# |
[TemplatePartAttribute(Name = "DocumentViewerGrid", Type = typeof(Grid))] |
Visual C++ |
[TemplatePartAttribute(Name = L"DocumentViewerGrid", Type = typeof(Grid))] |
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