Click or drag to resize

FormHighlightingMode Enumeration

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:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum FormHighlightingMode
Members
  Member nameValueDescription
None0 No highlighting
Invert1 Invert the contents of the annotation rectangle
Outline2 Invert the annotation’s border
Push3 Display the annotation as if it were being pushed below the surface of the page
Toggle4 Same as Push (which is preferred)
See Also