Click or drag to resize

PdfToolStripSizes Class

Provides a container for Windows toolbar objects with predefined functionality for changing pages size mode
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.ToolBarsPdfToolStripSizes

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

The PdfToolStripSizes type exposes the following members.

Constructors
 NameDescription
Public methodPdfToolStripSizesInitializes a new instance of the PdfToolStripSizes class
Top
Methods
 NameDescription
Protected methodInitializeButtons Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolStripInitializeButtons)
Protected methodOnActualSizeClick Occurs when the Actual Size button is clicked
Protected methodOnFitHeightClick Occurs when the Fit Height button is clicked
Protected methodOnFitPageClick Occurs when the Fit Page button is clicked
Protected methodOnFitWidthClick Occurs when the Fit Width button is clicked
Protected methodOnPdfViewerChanging Called when the current PdfViewer control associated with the ToolStrip is changing.
(Overrides PdfToolStripOnPdfViewerChanging(PdfViewer, PdfViewer))
Protected methodUpdateButtons Called when the ToolStrip's items need to change its states
(Overrides PdfToolStripUpdateButtons)
Top
See Also