PdfLinkBorderStyle Enumeration
Border style drawn around a
PdfLinkAnnotation hotspot.
Default is
None -- typical for text hyperlinks where
the clickable area is implied by the underlying text content
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public enum PdfLinkBorderStyle
| None | 0 |
No visible border. The annotation is still clickable, but the
hotspot has no outline. Recommended for text hyperlinks
|
| Solid | 1 |
Solid rectangular border. Width is controlled by
BorderWidth |
| Dashed | 2 |
Dashed rectangular border. Width is controlled by
BorderWidth |