DocumentViewer Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A full-featured control used for displaying a Document. The viewer supports text selection and text search, and several page view modes.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public class DocumentViewer : Control, 
	INotifyPropertyChanged
Visual Basic
Public Class DocumentViewer _
	Inherits Control _
	Implements INotifyPropertyChanged
Visual C++
public ref class DocumentViewer : public Control, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          PDFTron.SilverDox.Controls..::..DocumentViewer

See Also