Click or drag to resize

PdfToolBarZoom Class

Provides a container for Windows toolbar objects with predefined functionality for zooming
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsItemsControl
                System.Windows.ControlsHeaderedItemsControl
                  System.Windows.ControlsToolBar
                    Patagames.Pdf.Net.Controls.Wpf.ToolBarsPdfToolBar
                      Patagames.Pdf.Net.Controls.Wpf.ToolBarsPdfToolBarZoomEx
                        Patagames.Pdf.Net.Controls.Wpf.ToolBarsPdfToolBarZoom

Namespace: Patagames.Pdf.Net.Controls.Wpf.ToolBars
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.111.2704
Syntax
public class PdfToolBarZoom : PdfToolBarZoomEx

The PdfToolBarZoom type exposes the following members.

Constructors
 NameDescription
Public methodPdfToolBarZoomInitializes a new instance of the PdfToolBarZoom class
Top
Methods
 NameDescription
Protected methodInitializeButtons Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolBarZoomExInitializeButtons)
Protected methodOnComboBoxKeyDown Occurs when a key is pressed and held down while the ComboBox has focus.
Protected methodOnComboBoxSelectionChanged Occurs the the selected index changed
Protected methodUpdateButtons Called when the ToolBar's items need to change its states
(Overrides PdfToolBarZoomExUpdateButtons)
Top
See Also