![]() | PdfToolStripZoomEx Class |
Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBars
The PdfToolStripZoomEx type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfToolStripZoomEx | Initializes a new instance of the PdfToolStripZoomEx class |
Name | Description | |
---|---|---|
![]() | Zoom |
Calculate the current zoom
|
![]() | ZoomLevel |
Gets or sets the array with zoom values for ComboBox or TrackBar
|
Name | Description | |
---|---|---|
![]() | CalcCurrentZoomLevel |
Calculate zoom level for current Zoom and store it in internal field
|
![]() | InitializeButtons |
Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolStripInitializeButtons.) |
![]() | OnActualSizeClick |
Occurs when the Actual Size item is clicked
|
![]() | OnFitHeightClick |
Occurs when the Fit To Height item is clicked
|
![]() | OnFitPageClick |
Occurs when the Fit To Page item is clicked
|
![]() | OnFitWidthClick |
Occurs when the Fit To Width item is clicked
|
![]() | OnLayoutCompleted |
Raises the LayoutCompleted event.
(Overrides ToolStripOnLayoutCompleted(EventArgs).) |
![]() | OnPdfViewerChanging |
Called when the current PdfViewer control associated with the ToolStrip is changing.
(Overrides PdfToolStripOnPdfViewerChanging(PdfViewer, PdfViewer).) |
![]() | OnTrackBarValueChanged |
Occurs when the Value property of a track bar changes, either by movement of the scroll box or by manipulation in code.
|
![]() | OnZoomExInClick |
Occurs when the Zoom In button is clicked
|
![]() | OnZoomExOutClick |
Occurs when the Zoom Out button is clicked
|
![]() | OnZoomLevelClick |
Occurs when the any item with zoom level clicked in ZoomDropDown button
|
![]() | SetZoom(Int32) |
Sets specified zoom level for Pdf document
|
![]() | SetZoom(Single) |
Sets specified zoom for Pdf document
|
![]() | UpdateButtons |
Called when the ToolStrip's items need to change its states
(Overrides PdfToolStripUpdateButtons.) |