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.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic enum PdfHighlightMode
Public Enumeration PdfHighlightMode
MembersMember name | Value | Description |
---|
Unknown | 0 |
The highlighting mode is unknown.
|
None | 1 |
No highlighting.
|
Invert | 2 |
Invert the colors used to display the contents of the annotation rectangle.
|
Outline | 3 |
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.
|
Push | 4 |
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.
|
Toggle | 5 |
Same as Push (which is preferred).
|
See Also