Click or drag to resize

PdfToolStripPages Class

Provides a container for Windows toolbar objects with predefined functionality for working with pages
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsToolStrip
            Patagames.Pdf.Net.Controls.WinForms.ToolBarsPdfToolStrip
              Patagames.Pdf.Net.Controls.WinForms.ToolBarsPdfToolStripPages

Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBars
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
public class PdfToolStripPages : PdfToolStrip

The PdfToolStripPages type exposes the following members.

Constructors
 NameDescription
Public methodPdfToolStripPagesInitializes a new instance of the PdfToolStripPages class
Top
Methods
 NameDescription
Protected methodInitializeButtons Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolStripInitializeButtons)
Protected methodOnPageNumberKeyDown Occurs when a key is pressed and held down while the PageNumber textbox has focus.
Protected methodOnPdfViewerChanging Called when the current PdfViewer control associated with the ToolStrip is changing.
(Overrides PdfToolStripOnPdfViewerChanging(PdfViewer, PdfViewer))
Protected methodOnToBeginClick Occurs when the First Page button is clicked
Protected methodOnToEndClick Occurs when the Last Page button is clicked
Protected methodOnToLeftClick Occurs when the Previous Page button is clicked
Protected methodOnToRightClick Occurs when the Next Page button is clicked
Protected methodUpdateButtons Called when the ToolStrip's items need to change its states
(Overrides PdfToolStripUpdateButtons)
Top
See Also