Displays PDF documents with navigation controls.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TemplatePartAttribute(Name = "VerticalScrollBar", Type = typeof(ScrollBar))]
[TemplatePartAttribute(Name = "HorizontalScrollBar", Type = typeof(ScrollBar))]
[StyleTypedPropertyAttribute(Property = "ScrollBarStyle", StyleTargetType = typeof(ScrollBar))]
[TemplatePartAttribute(Name = "Content", Type = typeof(Panel))]
public class C1PdfViewer : Control
Visual Basic
<TemplatePartAttribute(Name := "VerticalScrollBar", Type := GetType(ScrollBar))> _
<TemplatePartAttribute(Name := "HorizontalScrollBar", Type := GetType(ScrollBar))> _
<StyleTypedPropertyAttribute(Property := "ScrollBarStyle", StyleTargetType := GetType(ScrollBar))> _
<TemplatePartAttribute(Name := "Content", Type := GetType(Panel))> _
Public Class C1PdfViewer _
	Inherits Control
XAML Object Element Usage
<C1PdfViewer .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.PdfViewer..::..C1PdfViewer

See Also