Apitron.PDF.Kit library for .NET
Top
The AnnotationAdditionalActions type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
HasActions |
Gets a value indicating whether this instance has actions.
| |
OnCursorEnter |
Gets or sets an action that shall be performed when the cursor enters the annotation’s active area.
| |
OnCursorExits |
Gets or sets an action that shall be performed when the cursor exits the annotation’s active area.
| |
OnFocus |
Gets or sets An action that shall be performed when the annotation receives the input focus.
| |
OnLostFocus |
Gets or sets an action that shall be performed when the annotation loses the input focus.
| |
OnMouseButtonReleased |
Gets or sets an action that shall be performed when the mouse button is released inside the annotation’s active area.
| |
OnMousedButtonPressed |
Gets or sets n action that shall be performed when the mouse button is pressed inside the annotation’s active area.
| |
OnPageClosed |
Gets or sets an action that shall be performed when the page containing the annotation is closed.
| |
OnPageInvisible |
Gets or sets an action that shall be performed when the page containing the annotation is no longer visible in the conforming reader’s user interface.
| |
OnPageOpened |
Gets or sets an action that shall be performed when the page containing the annotation is opened.
| |
OnPageVisible |
Gets or sets an action that shall be performed when the page containing the annotation becomes visible.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also