Click or drag to resize

PdfHighlightMode Enumeration

The annotation's highlighting mode, the visual effect that shall be used when the mouse button is pressed or held down inside its active area.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfHighlightMode
Members
Member nameValueDescription
Unknown0 The highlighting mode is unknown.
None1 No highlighting.
Invert2 Invert the colors used to display the contents of the annotation rectangle.
Outline3 Stroke the colors used to display the annotation border. That is, for each color channel in the color space used for display of the annotation value, color values shall be transformed by the function 𝑓(𝑥) = 1 – 𝑥 for display.
Push4 Display the annotation's down appearance, if any (see 12.5.5, "Appearance Streams"). If no down appearance is defined, the contents of the annotation rectangle shall be offset to appear as if it were being pushed below the surface of the page.
Toggle5 Same as Push (which is preferred).
See Also