Provides tools for controlling a C1PdfViewer.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Zoom", Type = typeof(C1ComboBox))]
[TemplatePartAttribute(Name = "TwoPages", Type = typeof(ToggleButton))]
[TemplatePartAttribute(Name = "PageNumber", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = "Find", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = "FitWidth", Type = typeof(ToggleButton))]
[TemplatePartAttribute(Name = "OnePage", Type = typeof(ToggleButton))]
public class C1PdfViewerToolbar : Control
Visual Basic
<TemplatePartAttribute(Name := "Zoom", Type := GetType(C1ComboBox))> _
<TemplatePartAttribute(Name := "TwoPages", Type := GetType(ToggleButton))> _
<TemplatePartAttribute(Name := "PageNumber", Type := GetType(TextBox))> _
<TemplatePartAttribute(Name := "Find", Type := GetType(TextBox))> _
<TemplatePartAttribute(Name := "FitWidth", Type := GetType(ToggleButton))> _
<TemplatePartAttribute(Name := "OnePage", Type := GetType(ToggleButton))> _
Public Class C1PdfViewerToolbar _
	Inherits Control

Inheritance Hierarchy

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

See Also