ImageGear22.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : PageView Class |
For a list of all members of this type, see PageView members.
Name | Description | |
---|---|---|
![]() | AnnotationsAreAvailable | Returns whether or not the annotation assembly (ImageGear.Windows.Controls.Art.dll) is available. |
![]() | EnableScrollBar | Change enable state of scrollbars associated with window. |
![]() | GetScrollBarDimensions | This method returns width and height dimensions of the windows scroll bar. |
![]() | GetScrollParams | This method obtains the attributes of the scrollbar specified. |
![]() | IsScrollBarEnabled | This method returns whether or not the specified scrollbar is enabled. |
![]() | IsScrollBarVisible | This method returns visibility state of the scrollbar specified. |
![]() | OnApplyTemplate | Overridden. Invoked whenever application code or internal processes call ApplyTemplate. |
![]() | SetScrollParams | This method updates the state of specified scrollbar with new values. |
![]() | ShowMarkPropertiesWindow | Displays a dialog window that shows the properties of the specified mark and can be used to modify the properties. |
![]() | ShowScrollBar | Overloaded. Change visibility state of scrollbars associated with window. |
![]() | Update | Overloaded. Causes a redraw of the display. Required anytime the underlying Display or Page object has changed. |
![]() | UpdateAnnotations | Causes a redraw of the annotations. Can be used instead of Update anytime only the annotations have been updated. |
Name | Description | |
---|---|---|
![]() | OnContextMenuClosing | Overridden. Fires when the context menu is closing. |
![]() | OnContextMenuOpening | Overridden. Fires when the context menu is opening. |
![]() | OnMarkAdded | Occurs when a mark is added. |
![]() | OnMarkChanged | Occurs when a mark is changed. |
![]() | OnMarkRemoved | Occurs when a mark is removed. |
![]() | OnMarkSelectionChanged | Occurs when a mark's selection is changed. |
![]() | OnMarkZOrderChanged | Occurs when a mark's Z-Order is changed. |
![]() | OnMouseDown | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. |
![]() | OnMouseMove | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. |
![]() | OnMouseUp | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. |
![]() | OnPageScrolled | Occurs when a page is scrolled. |
![]() | OnPageZoomed | Occurs when a page is zoomed. |
![]() | OnRequerySuggested | Occurs when a requery is suggested. |
![]() | OnScrollChanged | Occurs when a page is scrolled or when the scrollbar visible or enabled state changes. |