Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.Interactive.AnnotationsAnnotationAdditionalActions
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
An entry that specifies an additional-actions set that extends the set of events that can trigger the execution of an action.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.Interactive.AnnotationsAnnotationAdditionalActions
Namespace: Apitron.PDF.Kit.Interactive.Annotations
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
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