WidgetHighlightAppearance Enumeration |
Determines how a clickable widget will appear when it is 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 WidgetHighlightAppearance
Public Enumeration WidgetHighlightAppearance
Members
| Member name | Description |
---|
| None |
No specified appearance.
|
| Invert |
The bounds will be inverted.
|
| Outline |
An outline will be drawn around the bounds.
|
| PushDown |
The annotation will be drawn as if it is sunk into the page.
|
| Toggle |
Same as PushDown. PushDown is preferred.
|
See Also