Click or drag to resize
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.

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum HighlightingMode
Members
  Member nameValueDescription
None0 No highlighting.
Invert1 Invert the contents of the annotation rectangle.
Outline2 Invert the annotation�s border.
Push3 Display 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.
Toggle4 Same as Push (which is preferred).
See Also