RadControls for WPF

Base document viewing control that can host RadFixedDocument.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.FixedDocumentViewers (in Telerik.Windows.Controls.FixedDocumentViewers.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class FixedDocumentViewerBase : Control, 
	IFixedDocumentViewer
Visual Basic
Public MustInherit Class FixedDocumentViewerBase _
	Inherits Control _
	Implements IFixedDocumentViewer

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
              Telerik.Windows.Controls..::..FixedDocumentViewerBase
                Telerik.Windows.Controls..::..RadPdfViewer

See Also