The StandardDocumentInteractor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateOrientationTransform |
Create a transformation that applies the given orientation to the interactor.
(Inherited from Interactor.) | |
| EnsureVisible |
Makes sure that the viewer scrolls this interactor into view.
(Inherited from WinFormsInteractor.) | |
| FindPageInteractor |
Returns the page interactor that controls the given page, if any.
(Inherited from DocumentInteractor.) | |
| Invalidate |
Invoke this method to mark the apearance of this interactor invalid, so that it gets repainted.
(Inherited from Interactor.) | |
| IsOver |
Specifies whether a certain coordinate is considered to be part
of the interactor. This can be used for irregularly shaped
interactors, or interactors with "holes". By default, this
method returns true, which means that all coordinates within
the interactor Rectangle are included.
(Inherited from Interactor.) | |
| OnAttached |
Tries to attach to a StandardPagesViewer instance.
(Overrides Interactor..::..OnAttached(EventArgs).) | |
| OnDeselected |
Invoked when the interactor got removed from the current selection.
(Inherited from WinFormsInteractor.) | |
| OnDetached |
Detaches this interactor.
(Overrides DocumentInteractor..::..OnDetached(EventArgs).) | |
| OnDragBegin |
Invoked when the user starts to drag this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragDrop |
Invoked when another object is dropped on this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragEnd |
Invoked after the user has dragged this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragEnter |
Invoked when another object gets dragged into this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragLeave |
Invoked when another object gets dragged outside the interactor, or when dragging
gets cancelled.
(Inherited from WinFormsInteractor.) | |
| OnDragOver |
Invoked when another object is dragged over this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragSelectMouseDown |
Invoked when the mouse went down to drag a selection.
(Inherited from WinFormsInteractor.) | |
| OnDragSelectMouseMove |
Invoked while dragging a selection when the selection rectangle
overlaps this interactor. This method will add the
corresponding interactor to the current selection if Selectable is true.
(Inherited from WinFormsInteractor.) | |
| OnDragSelectMouseUp |
Zooms to the drag box if the cursor mode is ZoomToSelection.
(Overrides WinFormsInteractor..::..OnDragSelectMouseUp(DragSelectEventArgs).) | |
| OnGotFocus |
Invoked after the interactor got the focus.
(Inherited from WinFormsInteractor.) | |
| OnKeyDown |
Raised when a key is pressed while this interactor has the focus.
(Inherited from WinFormsInteractor.) | |
| OnKeyUp |
Raised when a key is released while this interactor has the focus.
(Inherited from WinFormsInteractor.) | |
| OnLostFocus |
Invoked after the interactor lost the focus.
(Inherited from WinFormsInteractor.) | |
| OnMouseClick |
Invoked when the mouse is clicked in the interactor, i.e. a mouse down event has
occurred and the mouse button has been released in the interactor as well.
(Inherited from WinFormsInteractor.) | |
| OnMouseDoubleClick |
Invoked when a double-click occurs in the interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseDown |
Zooms in or out if the cursormode is ZoomIn or ZoomOut. Maps to base
functionality otherwise.
(Overrides WinFormsInteractor..::..OnMouseDown(MouseEventArgs).) | |
| OnMouseEnter |
Invoked when the mouse enters the interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseHover |
Invoked afer the mouse stays a short period of time in this interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseLeave |
Invoked when the mouse leaves the interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseMove |
Invoked when the mouse moves over this interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseUp |
Invoked when the mouse button goes up in the interactor.
(Inherited from WinFormsInteractor.) | |
| OnPageInteractorsCreated |
Invoked after the child page interactors have been created, but before their
annotations have been layed out. Override this method to additional child interactors.
(Inherited from DocumentInteractor.) | |
| OnPaint |
Invoked when the interactor must paint itself.
(Inherited from WinFormsInteractor.) | |
| OnPaintDrag |
Invoked when the interactor must paint a drag representation of itself.
(Inherited from WinFormsInteractor.) | |
| OnPaintOver |
This method will be invoked after all child interactors have been
painted.
(Inherited from WinFormsInteractor.) | |
| OnPaintShadow |
Invoked to paint a shadow for this interactor.
(Inherited from WinFormsInteractor.) | |
| OnSelected |
Invoked when the interactor got added to the current selection.
(Inherited from WinFormsInteractor.) | |
| SendText |
Sends the given text to the interator.
(Inherited from WinFormsInteractor.) |