Enum HighlightingMode

HighlightingMode enumeration

Enumerates the annotation�s highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.

public enum HighlightingMode

Values

NameValueDescription
None0No highlighting.
Invert1Invert the contents of the annotation rectangle.
Outline2Invert the annotation�s border.
Push3Display the annotation�s down appearance, if any. If no down appearance is defined, offset the contents of the annotation rectangle to appear as if it were being pushed below the surface of the page.
Toggle4Same as Push (which is preferred).

See Also