The ImageFieldInteractor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImageFieldInteractor |
Creates an Interactor for a image field widget.
|
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.) | |
| Invalidate |
Invoke this method to mark the apearance of this interactor invalid, so that it gets repainted.
(Inherited from Interactor.) | |
| IsOver |
This override specifies whether the annotation reacts to user input. This
takes into account the Hidden, and ReadOnly flags of the underlying
PDF definition.
(Inherited from AnnotationInteractor.) | |
| OnAttached |
Invoked when the interactor gets attached to its parent.
(Inherited from Interactor.) | |
| OnDeselected |
Invoked when the interactor got removed from the current selection.
(Inherited from WinFormsInteractor.) | |
| OnDetached |
Detaches from field (value changed) events.
(Inherited from ValueWidgetInteractor.) | |
| OnDragBegin |
Invoked when the user starts to drag this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragDrop |
Invoked when an object gets dropped on to this interactor. If the dragged object can
be converted to (unicode) text, the value of the widget will be set to it.
(Inherited from ValueWidgetInteractor.) | |
| OnDragEnd |
Invoked after the user has dragged this interactor.
(Inherited from WinFormsInteractor.) | |
| OnDragEnter |
Invoked when an object gets dragged into this interactor. This override will
indicate that it support copying for objects that can be converted to (unicode) text.
(Inherited from ValueWidgetInteractor.) | |
| 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 |
Invoked when the mouse goes up after dragging a selection.
(Inherited from WinFormsInteractor.) | |
| OnGotFocus |
Invoked when the interactor got the focus. This override will make sure that
the javascript focus action gets executed..
(Inherited from AnnotationInteractor.) | |
| 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 when the interactor looses focus. This override will make sure that the
javascript blur action gets executed.
(Inherited from AnnotationInteractor.) | |
| OnMouseClick |
Invoked as a result of a click platform event.
(Inherited from AnnotationInteractor.) | |
| OnMouseDoubleClick |
Invoked when a double-click occurs in the interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseDown |
Invoked as a result of a mouse down platform event.
(Inherited from AnnotationInteractor.) | |
| OnMouseEnter |
Invoked as a result of a mouse enter platform event.
(Inherited from AnnotationInteractor.) | |
| OnMouseHover |
Invoked afer the mouse stays a short period of time in this interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseLeave |
Invoked as a result of a mouse leave platform event.
(Inherited from AnnotationInteractor.) | |
| OnMouseMove |
Invoked when the mouse moves over this interactor.
(Inherited from WinFormsInteractor.) | |
| OnMouseUp |
Invoked as a result of a mouse up platform event.
(Inherited from AnnotationInteractor.) | |
| OnPaint |
Called as a result of a paint event.
(Inherited from AnnotationInteractor.) | |
| 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.) | |
| Relocate |
Changes the location of the annotation so that it matches the current
transformation of its interactor.
(Inherited from AnnotationInteractor.) | |
| SendText |
Sends the given text to the interator.
(Inherited from WinFormsInteractor.) |
Properties
| Name | Description | |
|---|---|---|
| Annotation |
The annotation that this interactor controls.
(Inherited from AnnotationInteractor.) | |
| Childs |
The child interactors of this interactor. This property may be null.
(Inherited from Interactor.) | |
| DragBehavior |
Controls the dragging behavior of the interactor.
(Inherited from WinFormsInteractor.) | |
| Field |
The PDF field that this interactor controls.
(Inherited from WidgetInteractor.) | |
| Height |
The height of the widget.
(Inherited from WidgetInteractor.) | |
| HoverCursor |
Bij default, and arrow cursor when the DragBehavior is DragOver.
(Inherited from AnnotationInteractor.) | |
| IsInteractive |
Controls whether an interactor can be interacted with.
(Inherited from Interactor.) | |
| Layers |
The layers of this interactor.
(Inherited from Interactor.) | |
| LayoutManager |
The layout property controls the placement of sub-interactors relative to this
one. This property may be null.
(Inherited from Interactor.) | |
| Object |
The controlled object.
(Inherited from Interactor.) | |
| Opacity |
A value between 0 and 1 that specifies the opacity of the interactor. 1 means
fully opaque, 0 means fully transparent (i.e. invisible). The default is 1.
(Inherited from Interactor.) | |
| Parent |
The interactor that this interactor is a child of.
(Inherited from Interactor.) | |
| Rectangle |
The rectangle that this interactor occupies, including the space taken by
its layers.
(Inherited from Interactor.) | |
| ShadowDistance |
The distance at which the shadow of the interactor will be drawn. This distance is
relative to the parent, so that transformations on this interactor (such as rotations)
do not influence the location of the shadow.
(Inherited from WinFormsInteractor.) | |
| Text |
Provides access to a text representation of the value of
the widget interactor.
(Inherited from ValueWidgetInteractor.) | |
| ToolTip |
Returns the field tooltip.
(Inherited from WidgetInteractor.) | |
| Transform |
Transformation that is applied to the interactor before drawing, relative
to the origin of its parent, i.e.:
(Inherited from Interactor.)
| |
| ValueField |
The ValueField that this interactor controls.
(Inherited from ValueWidgetInteractor.) | |
| Viewer |
The viewer that this interactor is located in.
(Inherited from WinFormsInteractor.) | |
| ViewerTransform |
Transforms coordinates in the local coordinate system to the coordinate system of the
viewer, i.e.:
(Inherited from Interactor.)
| |
| VisibleRectangle |
A rectangle that defines a the visible part of the interactor, in terms of its own
coordinate system.
(Inherited from Interactor.) | |
| Widget |
The PDF widget that this interactor controls.
(Inherited from WidgetInteractor.) | |
| Width |
The width of the widget.
(Inherited from WidgetInteractor.) |
Events
| Name | Description | |
|---|---|---|
| PreviewDragBegin |
DragBegin preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragDrop |
DragDrop preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragEnd |
DragEnd preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragEnter |
DragEnter preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragLeave |
DragLeave preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragOver |
DragOver preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragSelectMouseDown |
DragSelectMouseDown preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragSelectMouseMove |
DragSelectMouseMove preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewDragSelectMouseUp |
DragSelectMouseUp preview event. (Inherited from WinFormsInteractor.) | |
| PreviewMouseDown |
MouseDown preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewMouseMove |
MouseMove preview event.
(Inherited from WinFormsInteractor.) | |
| PreviewMouseUp |
MouseUp preview event.
(Inherited from WinFormsInteractor.) |