Displays PDF documents with navigation controls.
Namespace:
C1.Silverlight.PdfViewerAssembly: C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
Syntax
C# |
---|
[StyleTypedPropertyAttribute(Property = "ScrollBarStyle", StyleTargetType = typeof(ScrollBar))] [TemplatePartAttribute(Name = "HorizontalScrollBar", Type = typeof(ScrollBar))] [TemplatePartAttribute(Name = "VerticalScrollBar", Type = typeof(ScrollBar))] [TemplatePartAttribute(Name = "Content", Type = typeof(Panel))] public class C1PdfViewer : Control |
Visual Basic |
---|
<StyleTypedPropertyAttribute(Property := "ScrollBarStyle", StyleTargetType := GetType(ScrollBar))> _ <TemplatePartAttribute(Name := "HorizontalScrollBar", Type := GetType(ScrollBar))> _ <TemplatePartAttribute(Name := "VerticalScrollBar", Type := GetType(ScrollBar))> _ <TemplatePartAttribute(Name := "Content", Type := GetType(Panel))> _ Public Class C1PdfViewer _ Inherits Control |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.PdfViewer..::..C1PdfViewer
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.PdfViewer..::..C1PdfViewer