LinkHighlightAppearance Enumeration |
Determines how a link annotation should respond when clicked
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum LinkHighlightAppearance
Public Enumeration LinkHighlightAppearance
Members
| Member name | Description |
---|
| None |
No change
|
| Invert |
Invert the area of the annotation
|
| Outline |
Draw an outline around the area of the annotation
|
| PushDown |
Shade the annotation to look like it is recessed in the page
|
See Also