ThumbnailsControl Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A control that displays thumbnail images of the document in a DocumentViewer. Clicking on a thumbnail will cause the DocumentViewer to navigate to the corresponding page, and scrolling DocumentViewer will cause the currently displayed page in the ThumbnailsControl to be highlighted.

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

Syntax

C#
public class ThumbnailsControl : UserControl
Visual Basic
Public Class ThumbnailsControl _
	Inherits UserControl
Visual C++
public ref class ThumbnailsControl : public UserControl

Remarks

The DataContext of this control must be set to a DocumentViewer.

Inheritance Hierarchy

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

See Also