Back to Devexpress

PdfAnnotationActions Members

officefileapi-devexpress-dot-pdf-dot-pdfannotationactions-dot-underscore-members.md

latest4.1 KB
Original Source

PdfAnnotationActions Members

Represents actions that can be performed with the annotation in the document.

Properties

NameDescription
CursorEnteredGets an action that is performed when the cursor enters the annotation’s active area.
CursorExitedGets an action that is performed when the cursor exits the annotation’s active area.
InputFocusLostGets an action that is performed when the annotation loses the input focus.
InputFocusReceivedGets an action that is performed when the annotation receives the input focus.
MouseButtonPressedGets an action that is performed when the mouse button is pressed inside the annotation’s active area.
MouseButtonReleasedGets an action that is performed when the mouse button is released inside the annotation’s active area.
PageBecameInvisibleGets an action that is performed when the page containing the annotation is no longer visible in the reader’s user interface.
PageBecameVisibleGets an action that is performed when the page containing the annotation becomes visible.
PageClosedGets an action that is performed when the page containing the annotation is closed.
PageOpenedGets an action that is performed when the page containing the annotation is opened.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfAnnotationActions Class

DevExpress.Pdf Namespace